@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() }}