@extends('backEnd.master') @section('title') @lang('fees.bank_payment') @endsection @section('mainContent')

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'bank-payment-slips', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_studentA']) }} @if(moduleStatusCheck('University'))
@includeIf('university::common.session_faculty_depart_academic_semester_level',['required' => ['USN','UF', 'UD', 'UA', 'US', 'USL'], 'hide' => ['USUB']])
@if ($errors->has('approve_status')) {{ $errors->first('approve_status') }} @endif
@else
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@if ($errors->has('payment_date')) {{ $errors->first('payment_date') }} @endif
@if ($errors->has('approve_status')) {{ $errors->first('approve_status') }} @endif
@endif
{{ Form::close() }}
{{-- @if(isset($bank_slips)) --}}

@lang('fees.bank_payment_list')

@if(moduleStatusCheck('University')) @elseif(directFees()) @else @endif
@lang('student.admission_no') @lang('student.student_name')@lang('university::un.installment')@lang('fees.installment')@lang('fees.fees_type')@lang('common.date') @lang('accounts.amount') @lang('accounts.bank') @lang('common.note') @lang('accounts.slip') @lang('common.status') @lang('common.actions')
{{-- @endif --}} {{--
--}}
@endsection @if(! isset($all_bank_slips)) @push('script') @include('backEnd.partials.data_table_js') @include('backEnd.partials.server_side_datatable') @include('backEnd.partials.date_picker_css_js') @endpush @endif @push('script') @endpush