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