@include ('Layouts.FormValidationErrors') @include ('Layouts.ErrorSuccessAndWarninMessages')
@csrf @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 (!empty($distribution)) @endif @endforeach @endif @endforeach @endif
StudentID Roll No. Student Name
{{ $student->system_generated_student_id }} {{ $student->roll_no }} {{ $student->student_name }} @if ($distribution->is_active) @if (4 != $loggedInUserRoleId) @if ($currentDate >= $fromDate && $currentDate <= $toDate)
@else {{ $marks }} @endif @else
@endif @endif
     
      <