Human Resources Information System
{{ $msg }}
| Employee: | {{ $overtime->employee->firstname }} {{ $overtime->employee->lastname }} |
| Overtime Date: | {{ \Carbon\Carbon::parse($overtime->date_from ?? $overtime->date_from)->format('F j, Y') }} |
| Hours: | {{ $overtime->hours }} hours |
| From Time: | {{ \Carbon\Carbon::parse($overtime->from_time)->format('h:i A') }} |
| To Time: | {{ \Carbon\Carbon::parse($overtime->to_time)->format('h:i A') }} |
| Status: | {{ $statusText }} |
@if($overtime->description) {{ $overtime->description }} @endif
A supporting document has been attached to this email. Please check your email attachments to view or download the file.