|
Contact Name: {{$name}}
Phone: {{$phone}}
Email: {{$name}}
Bill to: {{$bill_to}}
Bill Address: {{$bill_address}}
Bill City: {{$bill_city}}
Bill State: {{$bill_state}}
Bill Zip: {{$bill_zip}}
Ship to: {{$ship_to}}
Ship Address: {{$ship_address}}
Ship City: {{$ship_city}}
Ship State: {{$ship_state}}
Ship Zip: {{$ship_zip}}
Representative: {{$representative}}
Payment Method: {{$payment_method}}
Label Description: {{$label}}
Bar Code: {{$barcode}}
SKU |
DESC |
PRICE |
QTY |
TOTAL |
@foreach($cart as $item)
{{$item->options->sku}} |
{{$item->name}} |
{{$item->price}} |
{{$item->qty}} |
{{$item->subtotal}} |
@endforeach
|
|
|
|