@extends('backEnd.master') @section('title') @lang('fees.search_fees_payment') @endsection @section('mainContent') @php $setting = generalSetting(); if(!empty($setting->currency_symbol)){ $currency = $setting->currency_symbol; }else{ $currency = '$'; } @endphp
{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'fees_payment_searches', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'id' => 'search_student']) }}
@if(moduleStatusCheck('University'))
{{ $errors->first('date_from') }}
@if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
{{ $errors->first('date_from') }}
@includeIf('university::common.session_faculty_depart_academic_semester_level', ['hide'=>['USUB'],'required'=> ['US','UF','UD','UA','USN','US','USL'], 'dept_mt'=>'mt-15', 'ac_mt'=>'mt-15']) @else
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
@if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
@if ($errors->has('class')) {{ $errors->first('class') }} @endif
loader
@if ($errors->has('section')) {{ $errors->first('section') }} @endif
@endif
{{ Form::close() }}

@lang('fees.payment_ID_Details')

@if(moduleStatusCheck('University')) @else @endif @if(directFees()) @else @endif
@lang('fees.payment_id') @lang('common.date') @lang('common.name')@lang('university::un.semester_label') @lang('university::un.installment')@lang('common.class')@lang('fees.installment')@lang('fees.fees_type')@lang('fees.mode') @lang('fees.amount') ({{generalSetting()->currency_symbol}}) @lang('common.action')
@include('backEnd.partials.date_picker_css_js') @include('backEnd.partials.data_table_js') @include('backEnd.partials.server_side_datatable') {{-- delete payment modal --}} @endsection @push('script') @endpush