@if (moduleStatusCheck('University'))
@includeIf(
'university::common.session_faculty_depart_academic_semester_level',
[
'required' => ['USN', 'UD', 'UA', 'US', 'USL'],
'div' => 'col-lg-12',
'row' => 1,
'hide' => ['USUB'],
]
)
{{ Form::select('student_id', ['' => __('common.select_student') . '*'], null, ['class' => 'primary_select form-control' . ($errors->has('student_id') ? ' is-invalid' : ''), 'id' => 'select_un_student']) }}
@if ($errors->has('student_id'))
{{ @$errors->first('student_id') }}
@endif
@else
@endif