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

@lang('fees.payment_mode') *

payment_mode == 'cash' ? 'checked' : '' }}>
{{-- @if (@$method['bank_info']->active_status == 1) --}}
payment_mode == 'bank' ? 'checked' : '' }}>
{{-- @endif --}} {{-- @if (@$method['cheque_info']->active_status == 1) --}}
payment_mode == 'cheque' ? 'checked' : '' }}>
{{-- @endif --}}
{{-- Start Bank and cheque info --}}
{!! $data['bank_info']->bank_details !!}
{!! $data['cheque_info']->cheque_details !!}
{{-- End Bank and cheque info --}}
@if ($errors->has('file')) {{ @$errors->first('file') }} @endif
{{ Form::close() }}