{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'directFees.updateSubPaymentModal','method' => 'POST', 'enctype' => 'multipart/form-data']) }}
@if ($errors->has('payment_date')) {{ $errors->first('payment_date') }} @endif
{{ Form::close() }} @include('backEnd.partials.date_picker_css_js')