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->total}}
Disc Total:
${{$data->discount}}
Coupon:
{{$data->coupon_name}}
${{$data->coupon_discount}}
Total:
${{$data->balance_due}}
PAYMENT:
@foreach ($paymenthistories_other as $item)
@if($item->cardnumber != '' && $item->cardnumber != null && $item->is_delete!='1')
{{$item->cardtype}} {{$item->cardnumber}} {{$item->created_date}}
${{$item->amount}}
{{$item->method}} {{$item->created_date}}
${{$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->totaldue != 0) @if($check_payment_plan == 1) PAYMENT PLAN @else ${{$data->totaldue}} @endif @else PAID in FULL @endif
|