{{ Form::open(['class' => 'form-horizontal', 'route' => 'fees-invoice-bulk-print-search', 'method' => 'POST']) }}
@if(moduleStatusCheck('University')==true)
@includeIf('university::common.session_faculty_depart_academic_semester_level',['hide'=>['USUB']])
@if ($errors->has('student'))
{{ $errors->first('student') }}
@endif
@else
@if ($errors->has('class'))
{{ $errors->first('class') }}
@endif
@if ($errors->has('section'))
{{ $errors->first('section') }}
@endif
@if ($errors->has('student'))
{{ $errors->first('student') }}
@endif
@endif