Product Description | Warranty | Unit Price | Qty | Disc | Total |
{{$value->description}} | {{$value->name}} | {{$value->price}} | {{$value->quantity}} | {{$value->md}}% | {{$value->extended_price}} |
{{$value->description}} | {{$value->name}} | {{$value->price}} | {{$value->quantity}} | {{$value->md}}% | {{$value->extended_price}} |
Comment :
{{$data->comment}} |
SubTotal:
{{$data->sub_total}}
Disc Total:
{{$data->discount}}
Coupon:
{{$data->coupon_name}}
{{$data->coupon_discount}}
Total:
{{$data->total}}
PAYMENT:
@foreach ($paymenthistories_other as $item)
@if($item->cardnumber != '' && $item->cardnumber != null)
{{$item->cardtype}} {{$item->cardnumber}} {{$item->created_at}}
{{$item->amount}}
{{$item->method}} {{$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
|
||||
Customer Signature
|
|||||
Total Due:
@if($data->balance_due != 0)
{{$data->balance_due}}
@else
PAID in FULL
@endif
|