📋 Attendance Confirmed

Attendance has been successfully recorded for the following event:

{{ $event->title }}

Date: {{ $event->start_datetime->format('F d, Y') }}

Time: {{ $event->start_datetime->format('h:i A') }}

Location: {{ $event->location ?? 'Church Premises' }}

Total Attendees: {{ $attendees->count() }}

Attendees List:

@foreach($attendees as $attendee)
{{ $attendee->member->full_name }} - {{ $attendee->member->member_id }}
@endforeach

Thank you all for your faithful attendance!