@component('mail::message') Dear {{$user->salutation == 'Ms.'?'Ms.':'Mr.'}} {{$user->first_name}},

You are requested to update your missing attendance till {{$user->till_date}} by {{$user->due_date}}.
Any missing attendance after {{$user->due_date}}, will be treated as leave per the policy.

@foreach ($data as $key=>$value) @endforeach
# Employee Id Date Day
{{$value['employee_id']}} {{$value['date']}} {{$value['day']}}


Regards,
Human Resource Department

{{-- https://www.attendance.misakah.com/attendance/leave-management?status=pending --}} {{-- http://127.0.0.1:8000/attendance/leave-management?status=pending --}} @endcomponent