@extends('backEnd.master') @section('title') @lang('exam.exam_schedule') @endsection @section('mainContent')

@lang('common.select_criteria')

@if (userPermission('exam_schedule_create')) @endif
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'exam_schedule_report_search_new', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@if ($errors->has('exam')) {{ $errors->first('exam') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
{{ Form::close() }}
@if (isset($exam_schedules))

@lang('exam.exam_routine')| @lang('exam.exam'): {{ @$examName != '' ? $examName : ' ' }}, @lang('common.class'): {{ @$search_current_class != '' ? $search_current_class->class_name : ' ' }}, @lang('common.section'): {{ @$search_current_section != '' ? $search_current_section->section_name : 'All Sections' }},

@endif @endsection