Dear {{ $student->user->name }},
We are writing to inform you about the status update of your defer request.
📋 Request Details
Request ID:
#{{ $request->deferID }}
Student ID:
{{ $student->studentID }}
Application Date:
{{ $request->applicationDate->format('F d, Y') }}
Defer Period:
{{ $request->startDate->format('F d, Y') }} to {{ $request->endDate->format('F d, Y') }}
📝 Your Reason
{{ $request->reason }}
✅ Approval Status
Committee Status:
{{ $request->committeeStatus }}
Coordinator Status:
{{ $request->coordinatorStatus }}
Overall Status:
{{ $overallStatus }}
@if($request->remarks)
💬 Remarks from Reviewers
{{ $request->remarks }}
@endif
@if($overallStatus !== 'Pending')
You can view the complete details of your request by logging into the student portal.
@endifIf you have any questions regarding this decision, please don't hesitate to contact the academic office.
Best regards,
Academic Office
Internship Management System