| Barcode | Description | Codein | Size | Style | Colour |
|---|---|---|---|---|---|
| {{ $entry->barcode }} | {{ $entry->inventoryMaster->description }} | {{ $entry->inventoryMaster->codein }} | {{ $entry->inventoryMaster->size }} | {{ $entry->inventoryMaster->style }} | {{ $entry->inventoryMaster->colour }} |
| # | Zone Number | Counted Quantity | Counted By | Counted At |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $count->zone->number ?? 'N/A' }} | {{ $count->counted_qty }} | {{ $count->countedBy->name ?? 'N/A' }} | {{ $count->counted_at ? $count->counted_at->format('Y-m-d H:i') : 'N/A' }} |
No previous counts available.
@endif