{{$title ?? 'Events' }}
@if ($upcomingEvents->count())

Upcoming Events

@endif @foreach($upcomingEvents as $upcomingEvent) {{-- {{ dd($upcomingEvent->meta) }} --}}
@if ($upcomingEvent->meta && isset($upcomingEvent->meta['cover_image'])) EVENT @else EVENT @endif

{{Str::limit($upcomingEvent->agenda, 200)}}

@endforeach @if ($recentEvents->count())

Recently Concluded Events

@endif @foreach($recentEvents as $recentEvent) @endforeach