{{ $event->title }}
{{ $event->start_datetime->format('l, F j, Y') }}
{{ $event->start_datetime->format('g:i A') }}
@if($event->location)
📍 {{ $event->location }}
@endif
@if($eventQr)
Scan this QR code with your phone
to mark your attendance
@else
⚠️
No QR code available for this event
@endif