Course Verifications
Approval Rate: {{ $stats['courseVerifications']['approval_rate'] }}%
Supervised Students
{{ $stats['supervisedStudents']['current'] }} / {{ $stats['supervisedStudents']['quota'] }}
Available: {{ $stats['supervisedStudents']['available'] }}
Committee Tasks
Coordinator Tasks
Academic Advisor
{{ $stats['academicAdvisor']['adviseeCount'] }} Students
@if(isset($stats['academicAdvisor']['pendingCourseVerifications']))Pending Reviews: {{ $stats['academicAdvisor']['pendingCourseVerifications'] }}
@endifNo pending tasks
@else{{ $task['description'] }}
{{ is_string($task['date']) ? \Carbon\Carbon::parse($task['date'])->format('M d, Y') : $task['date']->format('M d, Y') }}
{{ $item['student']->studentID }}
@if ($item['student']->program)Program: {{ $item['student']->program }}
@endif @if ($item['latestVerification'])Latest Verification: {{ $item['latestVerification']->academicAdvisorStatus ? ucfirst($item['latestVerification']->academicAdvisorStatus) : 'Pending' }}
@endif{{ $item['student']->studentID }}
@if ($item['placement'])Company: {{ $item['placement']->companyName }}
Status: {{ $item['status'] }}
@elsePending Placement
@endifNo recent activity
@else{{ $activity['description'] }}
{{ is_string($activity['date']) ? \Carbon\Carbon::parse($activity['date'])->diffForHumans() : $activity['date']->diffForHumans() }}
@if ($activity['link']) View @endifStudent ID
{{ $selectedStudent->studentID }}
Name
{{ $selectedStudent->user->name }}
{{ $selectedStudent->user->email }}
Program
{{ $selectedStudent->program }}
Semester
{{ $selectedStudent->semester }}
Year
{{ $selectedStudent->year }}
Phone
{{ $selectedStudent->phone }}
Status
{{ ucfirst($selectedStudent->status) }}
{{ $selectedStudent->academicAdvisor->user->name ?? $selectedStudent->academicAdvisorID }}
{{ $assignment->supervisor->user->name ?? $assignment->supervisorID }}
@endforeach{{ $application->companyName }}
{{ $application->applicationDate->format('M d, Y') }} - Status: {{ ucfirst($application->overall_status ?? 'Pending') }}