{{ $page->meta_description ?? 'Upcoming shows, live appearances and official event information.' }}
{{ $event->event_date?->format('M d, Y • h:i A') }}
{{ $event->venue }}
{{ trim(($event->city ? $event->city.', ' : '').($event->country ?? ''), ', ') }}
@if($event->description){{ \Illuminate\Support\Str::limit(strip_tags($event->description), 120) }}
@endif