Dear {{$user->short_name}},
You have been confirmed for service at the meeting shown below. If your plans change and you are unable to fulfill this commitment, please let us know by sending an email to {{\App\Models\Setting::where('key', 'SERVICE_EMAIL')->first()->value}}.
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}}
Status: Confirmed
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', 'ORG_NAME')->first()->value}}
{{\App\Models\Setting::where('key', 'ORG_OFFICE_ADDRESS')->first()->value}}
{{\App\Models\Setting::where('key', 'ORG_OFFICE_CITY')->first()->value}}, {{\App\Models\Setting::where('key', 'ORG_OFFICE_STATE')->first()->value}} {{\App\Models\Setting::where('key', 'ORG_OFFICE_ZIP')->first()->value}}