School Logo

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

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

TOTAL NUMBER OF FAILED STUDENT(S): {{ count($failList) }}

@if (!empty($failList)) @foreach ($failList as $list) @endforeach @else @endif
Roll No. Student Name Student ID Section Subject Name Subject Count Marks
{{ $list['roll_no'] }} {{ $list['student_name'] }} {{ $list['student_id'] }} {{ $list['section_name'] }} {{ implode(", ", array_keys($list['failed_subjects'])) }} {{ count($list['failed_subjects']) }} {{ implode(", ", $list['failed_subjects']) }}

No Data Found!

Print Date & Time : {{ date('d-M-Y h:i:sa') }} Powered by: EDU PLUS