{{ __('admin.semester') }}: {{ request('semester_id') ? \App\Models\Semester::find(request('semester_id'))->name : 'All' }}
| {{ __('admin.student_2') }} | {{ __('admin.gpa') }} | {{ __('admin.semester_result') }} | {{ __('admin.promoted') }} |
|---|---|---|---|
| {{ $p->student->name }} ({{ $p->student->email }}) | {{ $p->gpa }} | {{ ucfirst($p->status) }} | {{ $p->promoted }} |