@component('mail::message')
Dear {{$user->salutation == 'Ms.'?'Ms.':'Mr.'}} {{$user->first_name}},
You are requested to update your missing check-in/check-out attendance till {{$user->till_date}} by {{$user->due_date}}.
Any missing check-in/check-out attendance after {{$user->due_date}}, will be treated as leave per the policy.
| # | Employee Id | Date | Day | Check-in | Check-out |
|---|---|---|---|---|---|
| {{$key + 1}} | {{$user->st_code}} | {{(date('d-M-Y', strtotime($value->date)))}} | {{$value->day}} | {{$value->time_in}} | {{$value->time_out}} |