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

Thank you for volunteering for convention security service. A security 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

Shift: {{$meeting_name}}
Shift time: {{date('l, F j, g:i A', strtotime($meeting_date))}}
Service Position: {{$event_role}}


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