@push("style")
@endpush
@if (isset($home_attend))
{{ $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
@endif
@push('script')
@endpush