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