Class :{{ $className }}   Group :{{ $groupName }}   Section :{{ $sectionName }}   Subject :{{ $subjectName }}
@if ($examSubHeads->isNotEmpty()) @foreach ($examSubHeads as $head) @if (isset($markDistribution[$index])) @endif @endforeach @endif @if ($studentDetails->isNotEmpty()) @foreach ($studentDetails as $key => $student) @if ($examSubHeads->isNotEmpty()) @foreach ($examSubHeads as $head) @if (isset($markDistribution[$distributionIndex])) @endif @endforeach @endif @endforeach @endif
Sl. StudentID Roll No. Student Name {{ $head->exam_sub_head_alias }} ({{ $markDistribution[$index]->full_marks }})
{{ $key + 1 }} {{ $student->system_generated_student_id }} {{ $student->roll_no }} {{ $student->student_name }}{{ $isAbsent == 1 ? 'A' : $marks }}

Print Generated: {{ date("F j, Y, g:i a") }}