Export to PDF
TOTAL NUMBER OF STUDENTS IN {{ $sectionId ? 'SECTION' : 'CLASS' }}: {{ $numberOfStudents }}
@if ($reportType == "Analysis") TOTAL NUMBER OF FAILED STUDENT(S): {{ count($failList) }}

@endif
@if ($reportType == "Analysis") @if (!empty($failList)) @foreach ($failList as $list) @endforeach @endif
Roll No. Student Name Student ID Subject Name Responsible Teacher
{{ $list['roll_no'] }} {{ $list['student_name'] }} {{ $list['student_id'] }} {{ $subjectName }} {{ $list['responsible_teacher'] }}
@else @if (!empty($failList)) @foreach ($failList as $sectionName => $list) @endforeach @endif
Subject Name. Section Name Fail Count Responsible Teacher
{{ $subjectName }} {{ $sectionName }} {{ count($list['students']) }} {{ $list['responsible_teacher'] }}
@endif