|
LEAVE
|
đ¤ |
Dear
{{ $studentName }}
Your leave request has been APPROVED.
|
đ
Approved On
{{ \Carbon\Carbon::now()->format('d M Y') }}
{{ \Carbon\Carbon::now()->format('h:i A') }}
|
| Leave Type | {{ $leaveType }} |
| Start Date | {{ \Carbon\Carbon::parse($fromDate)->format('d M Y, l') }} |
| End Date | {{ \Carbon\Carbon::parse($toDate)->format('d M Y, l') }} |
| Duration | {{ \Carbon\Carbon::parse($fromDate)->diffInDays(\Carbon\Carbon::parse($toDate)) + 1 }} day{{ \Carbon\Carbon::parse($fromDate)->diffInDays(\Carbon\Carbon::parse($toDate)) + 1 > 1 ? 's' : '' }} |
| Approved By | {{ $approverName }}@if($approverRole) ({{ ucfirst(str_replace('_',' ',$approverRole)) }})@endif |
| Status | APPROVED |
| Reason | {{ $reason ?? 'N/A' }} |
| â ī¸ |
Note: This is the first-level approval from your supervisor. Final approval from the administration is still pending. |