Hi {{ $notifiable->first_name }},
{{ $statusBadge }}
Time Adjustment Application Details
| Employee: |
{{ $timeAdjustment->employee->firstname }} {{ $timeAdjustment->employee->lastname }} |
| Adjustment Date: |
{{ \Carbon\Carbon::parse($timeAdjustment->date)->format('F j, Y') }} |
| IN/OUT: |
{{ $timeAdjustment->in_out == "0" ? 'IN' : 'OUT' }} |
@if(isset($timeAdjustment->time) && $timeAdjustment->time)
| To Time: |
{{ \Carbon\Carbon::parse($timeAdjustment->time)->format('h:i A') }} |
@endif
@if(isset($timeAdjustment->adjustment_type) && $timeAdjustment->adjustment_type)
| Adjustment Type: |
{{ ucfirst($timeAdjustment->adjustment_type) }} |
@endif
| Status: |
{{ $statusText }} |
@if(isset($timeAdjustment->description) && $timeAdjustment->description)
REASON FOR TIME ADJUSTMENT
{{ $timeAdjustment->description }}
@endif
@if($hasAttachment)
📎 ATTACHMENT
A supporting document has been attached to this email. Please check your email attachments to view or download the file.
@endif
@if($showActionButtons)
@endif
Thank you for using our HRIS application. If you have any questions regarding this time adjustment application, please contact the HR department or your immediate supervisor.
Best regards,
Human Resources Information System
AUTOHUB GROUP
© {{ date('Y') }} AUTOHUB GROUP. All rights reserved.
BGC, Taguig City, Philippines