@if (count($onlineExamReport) > 0)
| SL | Student ID | Student Name | Roll | Class | Section | Group | Exam Type | Exam Head | Exam Attend Date / Time |
|---|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $examReport->system_generated_student_id}} | {{ $examReport->student_name }} | {{ $examReport->roll_no }} | {{ $examReport->ClassName }} | {{ $examReport->SectionName }} | {{ $examReport->GroupName }} | {{ $examReport->exam_type_name }} | {{ $examReport->exam_head_name }} | {{ $examReport->created_at }} |