| Product Description | Warranty | Unit Price | Qty | Disc | Total |
| {{$value->description}} | {{$value->name}} | {{$value->price}} | {{$value->quantity}} | {{number_format($value->disc,2)}}% | {{$value->extended_price}} |
| {{$value->description}} | {{$value->name}} | {{$value->price}} | {{$value->quantity}} | {{number_format($value->disc,2)}}% | {{$value->extended_price}} |
|
Comment :
{{$data->comment}} |
SubTotal:
{{$data->sub_total}}
Disc Total:
{{$data->total_discount}}
Coupon:
{{$data->coupon_name}}
{{$data->coupon_discount}}
{{$data['couponItem']['name']}}
{{$data['couponItem']['coupon']}}
Total:
{{$data->total}}
PAYMENT:
@foreach ($paymenthistories_others $item)
@if($item['type_code'] == "lost" ||$item['type_code'] == "nsf" || $item['type_code'] == "chargeback" || $item['type_code'] == "customer_void")
@else
@endif
@endif
@endforeach
{{$item->method}} {{$item->pmt_detail}} {{$item->created_at}}
{{$item->amount}}
Wells Fargo
{{$paymenthistories_wellfargo[0]['charge_date']}}
{{$paymenthistories_wellfargo[0]['amount']}}
Plan
{{$paymenthistories_wellfargo[0]['credit_term_plan_number']}}
Wells Fargo Support
1-800-459-8451
PAYMENT OVERAGE:
@foreach ($data['payment_overage'] as $item)
In Store Credit Created {{$item->created_at}}
{{$item->amount}}
|
||||
|
Customer Signature
|
|||||
|
Total Due:
@if($data->balance_due_inf != 0)
{{$data->balance_due}}
@else
PAID in FULL
@endif
|
|||||