@if(moduleStatusCheck('University'))
@includeIf('university::common.session_faculty_depart_academic_semester_level',
['required' =>
['USN', 'UD', 'UA', 'US', 'USL', 'USEC'],'hide'=> ['USUB']
])
{{ Form::select('exam_type',[""=>__('exam.select_exam').'*'], null , ['class' => 'primary_select form-control'. ($errors->has('exam_type') ? ' is-invalid' : ''), 'id'=>'select_exam_typ_subject']) }}
@if ($errors->has('exam_type'))
{{ @$errors->first('exam_type') }}
@endif
@else
@if ($errors->has('exam'))
{{ @$errors->first('exam') }}
@endif
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif
@if ($errors->has('section'))
{{ $errors->first('section') }}
@endif
@endif