Dear {{ $attendance->member->first_name }},
Your attendance has been successfully recorded for the following event:
{{ $event->title }}
Date: {{ $attendance->checked_in_at->format('F d, Y') }}
Time: {{ $attendance->checked_in_at->format('h:i A') }}
Location: {{ $event->location ?? 'Church Premises' }}
Thank you for your faithful attendance. We're blessed to have you as part of our congregation!