Kết quả:
Tìm thấy {{ $students->count() }} sinh viên có điểm TB < 2.0 trong học kỳ này.
| STT | MSSV | Họ tên | Ngày sinh | Lớp | TC ĐK | TC TL | Điểm TB | Xếp loại | Điểm RL |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $student->student_code }} | {{ $student->full_name }} | {{ \Carbon\Carbon::parse($student->dob)->format('d/m/Y') }} | {{ $student->class->class_name }} | {{ $result->registered_credits ?? '' }} | {{ $result->accumulated_credits ?? '' }} | {{ $score }} | {{ $rank }} | {{ $result->conduct_score ?? '' }} |