@push("style") @endpush

Select Your Categories

@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