@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
@endforeach
@if ($recentEvents->count())
{{Str::limit($upcomingEvent->agenda, 200)}}