@include('global.header-links')
|
Date Added
|
{{$order->date_added}} |
|
Payment Method
|
Online
|
|
Shipping
|
{{$order->shipping_service}} - ${{$order->shipping_cost}} |
|
Customer
|
|
|
Email
|
{{$order->shipping->user->email}} |
|
Phone
|
{{$order->shipping->user->phone}} |
| Product | SKU | Qty | Unit Price | Total |
|---|---|---|---|---|
|
{{$list['equipment']}}
@foreach ($list['product_options'] as $variation)
{{$variation['name']}} |
{{$variation['value']}}
@endforeach |
{{$list['sku']}} | {{$list['qty']}} | ${{$list['price']}} | ${{$list['total_price']}} |
| Subtotal | $264.00 | |||
| VAT (0%) | $0.00 | |||
| Shipping Rate | ${{$order->shipping_cost}} | |||
| Grand Total | ${{ number_format($order->shipping_cost, 2) + number_format($gtotal, 2) }} | |||