@extends('backEnd.master') @section('title') @lang('bulkprint::bulk.fees_invoice_bulk_print') @endsection @section('mainContent')

@lang('common.select_criteria')

{{ 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']])
loader
@if ($errors->has('student')) {{ $errors->first('student') }} @endif
@else
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
loader
@if ($errors->has('student')) {{ $errors->first('student') }} @endif
@endif
{{ Form::close() }}
@endsection @push('script') @endpush