{{-- A5/A4 — Collection List (full details) --}}
| # | Product Name | SKU | Total Qty | Last Order | Order IDs |
|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $row['product_name'] }}
|
{{ $row['sku'] }} |
{{ $row['total_qty'] }} | @if($row['last_order_id'])#{{ $row['last_order_id'] }}@else — @endif | @foreach($row['order_ids'] as $oid) #{{ $oid }}@if(!$loop->last), @endif @endforeach |
| No items waiting for collection. | |||||