{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'fees-payment-store', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'name' => 'myForm', 'onsubmit' => "return validateFormFees()"]) }}

@lang('fees.payment_mode') *

@if(@$method['bank_info']->active_status == 1)
@endif @if(@$method['cheque_info']->active_status == 1)
@endif

@lang('fees.select_bank')

@if ($errors->has('bank_id')) {{$errors->first('bank_id')}} @endif
{{-- Start Bank and cheque info --}}
{!!$data['bank_info']->bank_details!!}
{!!$data['cheque_info']->cheque_details!!}
{{-- End Bank and cheque info --}}
slip):'File Name'):'File Name'}}" readonly> @if ($errors->has('file')) {{ @$errors->first('file') }} @endif
{{ Form::close() }}
@include('backEnd.partials.date_picker_css_js')