{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'student.record.update', 'method' => 'POST']) }}
@php $setting = app('school_info'); @endphp @if(moduleStatusCheck('University'))
@includeIf('university::common.session_faculty_depart_academic_semester_level', ['div'=>'col-lg-12', 'row'=>1, 'mt'=> 'mt-0','required' => ['USN','UF', 'UD', 'UA', 'US', 'USL'], 'hide' => ['USUB']])
@else
@if ($errors->has('session')) {{ $errors->first('session') }} @endif
loader
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@endif @if($setting->multiple_roll ==1)
@if ($errors->has('roll_number')) {{ $errors->first('roll_number') }} @endif
@endif
is_default == 1 ? 'checked':'' }}>
is_default == 0 ? 'checked':'' }}>
{{ Form::close() }}