 }})
| Product | Quantity | Price |
|---|---|---|
{{ $product->name }} {{ $product->pivot->size }} {{ $product->pivot->color }} |
{{ $product->pivot->quantity }} | {{ $product->pivot->total_amount }} |
| Payment Method: | {{ $order->paypal_transaction_id }} | |
| Sub Total: | ${{ $order->total_price }} | |
| Total: | ${{ $order->total_price }} |
| Billing Address | ||
|---|---|---|
{{ $order->name }}
|
||