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

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'route' => 'exam-report-position-store', 'method' => 'POST', 'id' => 'search_student']) }}
@if (moduleStatusCheck('University')) @includeIf( 'university::common.session_faculty_depart_academic_semester_level', ['mt' => 'mt-30', 'hide' => ['USUB'], 'required' => ['USL','USEC']] )
@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() }}
@endsection