Add Payment Voucher
{!! Form::open(['route'=>array('payment-voucher.store'), 'onsubmit'=>'BtnSubmit.disabled = true', 'method' => 'post']) !!}
{!! Form::close() !!}
{{$errors->first('voucher_no')}}
{{$errors->first('voucher_date')}}
{!! Form::select("payment_type", ['cash'=>'Cash','bank'=>'Bank'], old("payment_type"), ['class'=>'form-control', 'required', 'id'=>'payment_type'] ) !!}
{{$errors->first('payment_type')}}
{!! Form::select("account_ledger_id", [''=>'Select']+$account_groups, old("account_ledger_id"), ['class'=>'form-control select2', 'required', 'id'=>'account_ledger_id'] ) !!}
{{$errors->first('account_ledger_id')}}
{{$errors->first('cheque_no')}}
{{$errors->first('cheque_date')}}
{!! Form::select("voucher_type", ['supplier_payment'=>'Supplier Payment'], old("voucher_type"), ['class'=>'form-control', 'required', 'id'=>'voucher_type'] ) !!}
{{$errors->first('voucher_type')}}
{!! Form::select("paid_to_id", [''=>'Select']+$supplier, old("paid_to_id"), ['class'=>'form-control', 'required', 'id'=>'paid_to_id'] ) !!}
{{$errors->first('paid_to_id')}}
{{$errors->first('paid_amount')}}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control select2' ,'id' => 'branch_id','required'=>'required'] ) !!}
{{$errors->first('created_by')}}
{{$errors->first('remarks')}}
| S. No. | Invoice No.* | Amount Due* | Amount* | Supplier Invoice No.* |
|---|