@extends('Layouts.Application') @section('MainContent')
Exam Routine
NAME : {{Auth::user()-> full_name}} ID : {{ $studentID->system_generated_student_id }}
ROLL : {{ $studentID->roll_no }} CLASS : {{ $studentID->ClassName }} SECTION : {{ $studentID->SectionName }} GROUP : {{ $studentID->GroupName }}
@if(isset($ExamRoutine)) @foreach($ExamRoutine as $irt) @endforeach @endif
@endsection