@extends('backEnd.master') @section('title') @lang('reports.exam_routine_report') @endsection @section('mainContent')

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'exam_routine_reports', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@if(moduleStatusCheck('University')) @includeIf( 'university::common.session_faculty_depart_academic_semester_level', ['mt' => 'mt-30', 'hide' => ['USUB'], 'required' => ['USL']] )
@if ($errors->has('exam')) {{ $errors->first('exam') }} @endif
@else
@if ($errors->has('exam')) {{ $errors->first('exam') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@endif
{{ Form::close() }}
@if (isset($exam_schedules))

@lang('reports.exam_routine')

@if(moduleStatusCheck('University')) @else @endif @foreach ($exam_schedules as $date => $exam_routine) @if(moduleStatusCheck('University')) @else @endif @endforeach
@endif @endsection @include('backEnd.partials.data_table_js', ['i' => true])