Dear {{ $studentName }},
We regret to inform you that your leave request has been REJECTED.
Leave Request Details:
@if($remarks)
| 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 }} days |
| Rejected By: | {{ $approverName }} @if($approverRole) ({{ ucfirst(str_replace('_', ' ', $approverRole)) }}) @endif |
| Status: | REJECTED |
Remarks from Approver:
@endif
{{ $remarks }}
If you would like to resubmit your leave request or need clarification on this decision, please contact the administration office or reapply with updated information.
Best regards,
ITOT LMS Team