|
Dear {{$attendance->user->employmentDetail->functionalReporting->first_name}},
{{ $attendance->user->first_name }} has submitted a missing/WFH attendance record that requires your approval:
| Employee Name: |
{{ $attendance->user->first_name }} |
| Employee ID: |
{{ $attendance->user->st_code }} |
| Department: |
Department |
| Period: |
{{ \Carbon\Carbon::parse($attendance->date_from)->format('M d, Y') }}
to
{{ \Carbon\Carbon::parse($attendance->date_to)->format('M d, Y') }}
({{ \Carbon\Carbon::parse($attendance->date_from)->diffInDays($attendance->date_to) + 1 }} days)
|
| Reason: |
{{ $attendance->remarks ?? 'Not specified' }} |
| Submitted At: |
{{ now()->format('M d, Y \a\t h:i A') }}
|
|
Note: This is an automated notification. Please review this submission in the system within 48 hours.
|