| Barcode | Product | Image | Qty | Price | Total | Action |
|---|---|---|---|---|---|---|
| {{ $item->product_name ?? '' }} |
@if($item->product_image)
|
{{ number_format($item->order_price, 2) }} | {{ number_format($item->total, 2) }} | |||
| Subtotal: | {{$order->subtotal ?? '0.00'}} | |||||
| Discount: | ||||||
| VAT: | ||||||
| Net Total: | {{$order->subtotal ?? '0.00'}} | |||||