@section('title', 'Home Sections')
Customer App Home Page Sections
@if (session()->has('message'))
{{ session('message') }}
@endif
@foreach($sections as $section) @endforeach
Sort Title (EN) Title (AR) Type Status Brands Actions
{{ $section->sort_order }} {{ $section->title_en }} {{ $section->title_ar }} {{ $section->content_type ?? 'manual' }} {{ $section->is_active ? 'Active' : 'Hidden' }} @if(($section->content_type ?? 'manual') == 'manual') {{ $section->brands()->count() }} Brands @else Auto (Top {{ $section->item_limit }}) @endif @if(($section->content_type ?? 'manual') == 'manual') @endif
@if($isOpen) @endif @if($isBrandsOpen) @endif