@include('components.report-header', ['title' => __('admin.promotion_report')])

{{ __('admin.promotion_report') }}

{{ __('admin.semester') }}: {{ request('semester_id') ? \App\Models\Semester::find(request('semester_id'))->name : 'All' }}

@foreach($promotions as $p) @endforeach
{{ __('admin.student_2') }}{{ __('admin.gpa') }}{{ __('admin.semester_result') }}{{ __('admin.promoted') }}
{{ $p->student->name }} ({{ $p->student->email }}) {{ $p->gpa }} {{ ucfirst($p->status) }} {{ $p->promoted }}