{{-- Header with logo --}}
|
{{-- Title --}}
|
Missing Participants Alert
|
{{-- Session info --}}
Session: {{ $session->title ?? 'N/A' }}
Start Date: {{ \Carbon\Carbon::parse($session->start_date)->format('F j, Y, g:i A') ?? 'N/A' }}
|
{{-- Message --}}
|
The following participants did not attend the session:
|
{{-- Participants list --}}
|
|
{{-- Footer --}}
© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.
Visit our website
|