Dear {{ $studentName }},
Your leave request has been successfully submitted. Here are the details:
Leave Request Details:
| Leave Type: | {{ $leaveType }} |
| Start Date: | {{ \Carbon\Carbon::parse($fromDate)->format('d M Y') }} |
| End Date: | {{ \Carbon\Carbon::parse($toDate)->format('d M Y') }} |
| Duration: | {{ \Carbon\Carbon::parse($fromDate)->diffInDays(\Carbon\Carbon::parse($toDate)) + 1 }} days |
| Reason: | {{ $reason ?? 'N/A' }} |
| Status: | {{ ucfirst($status) }} |
Your leave request is currently pending approval from the concerned staff members. You will receive an email notification once your request has been reviewed.
If you need to modify or cancel this request, please contact the administration office.
Best regards,
ITOT LMS Team