ITOT Logo

LEAVE
APPROVED

This leave request has been approved by your supervisor.
👤
Dear
{{ $studentName }}
Your leave request has been APPROVED.
📅 Approved On
{{ \Carbon\Carbon::now()->format('d M Y') }}
{{ \Carbon\Carbon::now()->format('h:i A') }}
📋 APPROVED LEAVE DETAILS
📅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.