{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'student_transport_report_store', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if(moduleStatusCheck('University'))
@includeIf('university::common.session_faculty_depart_academic_semester_level',['required'=>['USN','UD','UA','US','USL','USEC'], 'hide' => ['USUB']])
@else
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif
@if ($errors->has('section'))
{{ $errors->first('section') }}
@endif
@endif
@if ($errors->has('route'))
{{ $errors->first('route') }}
@endif
@if ($errors->has('vehicle'))
{{ $errors->first('vehicle') }}
@endif