@extends('emails.master') @section('content')
Dear {{$user->short_name}},

Thank you for volunteering to do service. A chairperson will contact you to validate and confirm.

Name: {{$user->short_name}}
Email: {{$user->email}}
Phone: {{$user->phone}}
SMS Authorized: @if(isset($user->is_mobile) && $user->is_mobile == 1) YES @else NO @endif

Meeting: {{$meeting_name}}
Meeting time: {{date('l, F j, g:i A', strtotime($meeting_date))}}
Service Position: {{$event_role}}
@if(\App\Models\Setting::where('key', 'USE_MARATHON_LOCATION')->first()->value) Meeting Room: {{ $meeting_room }}
@endif @if(\App\Models\Setting::where('key', 'USE_MARATHON_GROUP')->first()->value) Group: {{$group}}
City: {{$city}} @endif

Thank you,
{{\App\Models\Setting::where('key', 'EVENT_NAME')->first()->value}}
@endsection