@component('mail::message') {{$user->salutation == 'Ms.'?'Ms.':'Mr.'}} {{$user->first_name}} {{$user->middle_name?? ''}} {{$user->last_name?? ''}} has applied for Field Visit on following dates
| Employee Id | Name | Date | Field Type | Field In |
|---|---|---|---|---|
| {{$user->st_code}} | {{$user->first_name}} {{$user->middle_name?? ''}} {{$user->last_name?? ''}} | {{$attendance->date}} | {{$attendance->field_type}} | {{$attendance->field_in}} |