@if (count($items) > 0) @foreach ($items as $item) @endforeach @endif
Barcode Product Image Qty Price Total Action
{{ $item->product_name ?? '' }} @if($item->product_image) {{ $item->product_name ?? '' }} @else No image @endif {{ number_format($item->order_price, 2) }} {{ number_format($item->total, 2) }}
Subtotal: {{$order->subtotal ?? '0.00'}}
Discount:
VAT:
Net Total: {{$order->subtotal ?? '0.00'}}