@if(moduleStatusCheck('University'))
@includeIf('university::common.session_faculty_depart_academic_semester_level',['mt'=>'mt-30','hide'=>['USUB'], 'required'=>['UA', 'UF', 'UD', 'US', 'USL','USEC']])
@else
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif
@if ($errors->has('section'))
{{ $errors->first('section') }}
@endif
@endif
@if ($errors->has('file'))
{{ $errors->first('file') }}
@endif