Important: Defer requests incur a penalty fee regardless of approval status. Please consider all options before submitting.
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->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 |
||||
Request ID: #{{ $viewingRequest->deferID }}
Application Date: {{ $viewingRequest->applicationDate->format('M d, Y') }}
Note: This defer request is for the next semester internship period.
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