| Product | Qty | Price | Total |
|---|---|---|---|
|
{{ $item->product_name }}
@if($item->variation_details)
{{ $item->variation_details }} @endif |
{{ $item->quantity }} | {{ $website->getCurrencySymbol() }} {{ number_format($item->unit_price, 2) }} | {{ $website->getCurrencySymbol() }} {{ number_format($item->total_price, 2) }} |
| Total Amount: | {{ $website->getCurrencySymbol() }} {{ number_format($order->total_amount, 2) }} | ||
{{ $order->shipping_address_line_1 }}
@if($order->shipping_address_line_2)
{{ $order->shipping_address_line_2 }}
@endif
{{ $order->shipping_city }}, {{ $order->shipping_state }} {{ $order->shipping_postal_code }}
{{ $order->shipping_country }}
{{ $order->notes }}