Customer Statement
{!! Form::select("customer_id", [''=>'Select Customer']+$customers, old("customer_id"), ['class'=>'form-control', 'required', 'id'=>'customer_id'] ) !!}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
| S.No. | Customer Name | Mobile No. | Voucher No. | Date | Total Amount | Paid Amount | Due Amount |
|---|---|---|---|---|---|---|---|