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

@lang('common.select_criteria')

{{ html()->form('POST', route('exam-report-position-store'))->attributes([ 'class' => 'form-horizontal', 'id' => 'search_student', ])->open() }}
@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
@include('backEnd.shift.shift_class_section_include', [ 'div' => shiftEnable() ? 'col-lg-3' : 'col-lg-4', 'mt' => 'mt-30-md md_mb_20', 'visiable' => ['shift', 'class', 'section'], 'required' => ['class'], 'title' => [], 'class_name' => 'class', 'section_name' => 'section', 'selected' => [ 'shift_id' => @$shift_id, 'class_id' => @$class_id, 'section_id' => @$section_id, ], ]) @endif
{{ html()->form()->close() }}
@endsection