| No. | Image | Name | Qty | Unit Price (THB) | Total Price (THB) |
|---|---|---|---|---|---|
| {{ $i + 1 }} |
@if ($item->product_type == '7')
Premium
@endif
|
{{ $item->product_name }} | {{ $item->quantity }} | {{ number_format($item->product_price, 2) }} | {{ number_format($item->quantity * $item->product_price, 2) }} |
| Total Quantity: | {{ $totalQty }} | Total: | {{ number_format($total, 2) }} | ||