Important: Defer requests incur a penalty fee regardless of approval status. Please consider all options before submitting.
{{ session('message') }}
{{ session('error') }}
{{ session('warning') }}
Total Requests
{{ $analytics['total_requests'] }}
Pending Review
{{ $analytics['pending_requests'] }}
Approved
{{ $analytics['approved_requests'] }}
Rejected
{{ $analytics['rejected_requests'] }}
| Reason | Status | Actions | ||||
|---|---|---|---|---|---|---|
| #{{ $request->deferID }} |
{{ $request->reason }}
|
{{ $request->startDate->format('M d, Y') }} | {{ $request->endDate->format('M d, Y') }} | {{ $request->applicationDate->format('M d, Y') }} |
Committee:
{{ $request->committeeStatus }}
Coordinator:
{{ $request->coordinatorStatus }}
|
@if ($request->committeeStatus === 'Pending' && $request->coordinatorStatus === 'Pending')
@else
@endif
|
|
No defer requests found You haven't submitted any defer requests yet. @if ($canMakeRequest) @endif |
||||||
Please read this carefully before proceeding
Submitting a defer request will incur a penalty fee that must be paid regardless of whether your request is approved or rejected.
We strongly recommend consulting with your academic advisor or the internship coordinator before submitting a defer request to explore all available options.
Contact the Academic Office or your assigned advisor for guidance before proceeding with your defer request.
Request ID: #{{ $viewingRequest->deferID }}
Start Date: {{ $viewingRequest->startDate->format('M d, Y') }}
End Date: {{ $viewingRequest->endDate->format('M d, Y') }}
Application Date: {{ $viewingRequest->applicationDate->format('M d, Y') }}
Committee Member: {{ $viewingRequest->committee->user->name }}
@endif @if ($viewingRequest->coordinator)Coordinator: {{ $viewingRequest->coordinator->user->name }}
@endif{{ $file->original_name }}
{{ $file->mime_type }} âĸ {{ number_format($file->file_size / 1024, 1) }} KB
Editing Restrictions:
@if ($viewingRequest->committeeStatus !== 'Pending' || $viewingRequest->coordinatorStatus !== 'Pending')This request cannot be edited because it has been reviewed by committee or coordinator. You can only edit requests that are still pending review by both parties.
@endif