Dear {{$user->short_name}},
You have been confirmed to do service at the meeting shown below. If your plans change and you are unable to fulfill that commitment, please let us know by sending an email to {{\App\Models\Setting::where('key', 'SERVICE_EMAIL')->first()->value}}. Thank you for your service.
Meeting: {{$event_name}}
Meeting time: {{date('l, F j, g:i A', strtotime($event_date))}}
@if(\App\Models\Setting::where('key', 'USE_MARATHON_LOCATION')->first()->value)
Meeting Room: {{ $meeting_room }}
@endif
Service Position: {{$event_role}}
Name: {{$user->short_name}}
Email: {{$user->email}}
Phone: {{$user->phone}}
@if(\App\Models\Setting::where('key', 'USE_MARATHON_GROUP')->first()->value)
Host Group: {{$group}}
City: {{$city}}
@endif
Thank you for your service!
{{\App\Models\Setting::where('key', 'EVENT_NAME')->first()->value}}