School Logo

{{ strtoupper(session('instituteDetails')->institute_name) }}

TOTAL NUMBER OF STUDENTS IN {{ $sectionId ? 'SECTION' : 'CLASS' }}: {{ $numberOfStudents }}

TOTAL NUMBER OF FAILED STUDENT(S): {{ 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'] }}
Print Date & Time : {{ date('d-M-Y h:i:sa') }} Powered by: EDU PLUS