|
TOTAL NUMBER OF STUDENTS IN {{ $sectionId ? 'SECTION' : 'CLASS' }}: {{ $numberOfStudents }}
@if ($reportType == "Analysis") TOTAL NUMBER OF FAILED STUDENT(S): {{ count($failList) }} @endif |
| Roll No. | Student Name | Student ID | Subject Name | Responsible Teacher |
|---|---|---|---|---|
| {{ $list['roll_no'] }} | {{ $list['student_name'] }} | {{ $list['student_id'] }} | {{ $subjectName }} | {{ $list['responsible_teacher'] }} |
| Subject Name. | Section Name | Fail Count | Responsible Teacher | |
|---|---|---|---|---|
| {{ $subjectName }} | {{ $sectionName }} | {{ count($list['students']) }} | {{ $list['responsible_teacher'] }} |