| {{ $student->system_generated_student_id }} |
{{ $student->roll_no }} |
{{ $student->student_name }} |
@if ($examSubHeads->isNotEmpty())
@foreach ($examSubHeads as $head)
@if (!empty($distribution))
@if ($distribution->is_active)
@if (4 != $loggedInUserRoleId)
@if ($currentDate >= $fromDate && $currentDate <= $toDate)
@else
{{ $marks }}
@endif
@else
@endif
@endif
|
@endif
@endforeach
@endif
@endforeach
@endif