| Sl. | StudentID | Roll No. | Student Name | @if ($examSubHeads->isNotEmpty()) @foreach ($examSubHeads as $head) @if (isset($markDistribution[$index])){{ $head->exam_sub_head_alias }} ({{ $markDistribution[$index]->full_marks }}) | @endif @endforeach @endif
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $student->system_generated_student_id }} | {{ $student->roll_no }} | {{ $student->student_name }} | @if ($examSubHeads->isNotEmpty()) @foreach ($examSubHeads as $head) @if (isset($markDistribution[$distributionIndex])){{ $isAbsent == 1 ? 'A' : $marks }} | @endif @endforeach @endif
Print Generated: {{ date("F j, Y, g:i a") }}