Export to PDF
TOTAL NUMBER OF STUDENTS IN {{ $sectionId ? 'SECTION' : 'CLASS' }}: {{ $numberOfStudents }}
TOTAL NUMBER OF PASSED STUDENT(S) GOT {{ $grade }}: {{ count($passList) }}
@if (!empty($passList)) @foreach ($passList as $list) @endforeach @endif
Roll No. Student Name Student ID Section Subject Name CGPA Grade Total Marks Position in Class Position in Section
{{ $list['roll_no'] }} {{ $list['student_name'] }} {{ $list['student_id'] }} {{ $list['section_name'] }} {{ $list['subjects'] }} {{ $list['gpa'] }} {{ $list['grade'] }} {{ $list['total_marks'] }} {{ $list['position_in_class'] }} {{ $list['position_in_section'] }}