@push("style") @endpush

Select Your Categories

@if(count($categories) > 0) @foreach($categories as $category) {{-- @php $selectedCategories = (array) request()->get('category_id'); $isSelected = in_array($category->id, $selectedCategories); $updatedCategories = $isSelected ? array_diff($selectedCategories, [$category->id]) : array_merge($selectedCategories, [$category->id]); @endphp

{{ $category->category }}

--}}

{{ $category->category }}

@endforeach @endif
@if (isset($home_attend))
img

{{ $home_attend['title'] ?? '' }}

{{ $home_attend['subtitle'] ?? '' }}
    @php $description = json_decode($home_attend['description'] ?? ''); @endphp @if(!empty($description)) @foreach(array_filter($description) as $item) {!! $item !!} @endforeach Read More @endif
@endif @if (isset($home_feature))
{{ $home_feature['title'] ?? ''}}
    @php $description = json_decode($home_feature['description'] ?? ''); @endphp @if(!empty($description)) @foreach(array_filter($description) as $item) {{--
  • --}} {!! $item !!} @endforeach Read More @endif
img
@endif
@push('script') @endpush