{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'save-item-receive-payment', 'method' => 'POST', 'enctype' => 'multipart/form-data', 'onsubmit' => 'return validateForm()']) }}
@if ($errors->has('expense_head_id')) {{ $errors->first('expense_head_id') }} @endif
@if ($errors->has('bank_id')) {{ $errors->first('bank_id') }} @endif
@if ($errors->has('reference_no')) {{ $errors->first('reference_no') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('payment_date')) {{ $errors->first('payment_date') }} @endif
{{ Form::close() }}
@include('backEnd.partials.date_picker_css_js')