{!! $title_name ?? '' !!}

@foreach ($lists as $item)
@if (!empty($item['image'])) {{ $item['name'] ?? '' }} @endif
{{ str_date($item['publish_at_raw'] ?? '', 'd') }} {{ str_date($item['publish_at_raw'] ?? '', 'm') }} {{ str_date($item['publish_at_raw'] ?? '', 'Y') }}
@if (!empty($item['location']))
@foreach (explode(',', $item['location']) as $location) {{ trim($location) }} @endforeach
@endif

{!! $item['name'] ?? '' !!}

{!! $item['desc'] ?? '' !!}

{{ __('frontend::frontend.btn.see_more') }}
@endforeach