Counted Lines for Zone: {{ $entry->prefix }}{{ $entry->number }}
@if($entry->countedLines->isNotEmpty()) {{-- --}} @foreach($entry->countedLines as $index => $lineCount) {{-- --}} @endforeach
# Barcode Description CodeinQty ExpectedCounted Quantity Verified Quantity Counted By Counted At Created Verified By Verified At
{{ $index + 1 }} {{ $lineCount->inventoryLine->barcode ?? 'N/A' }} {{ $lineCount->inventoryLine->inventoryMaster->description ?? 'N/A' }} {{ $lineCount->inventoryLine->inventoryMaster->codein ?? 'N/A' }}{{ $lineCount->inventoryLine->qty ?? 'N/A' }} {{ $lineCount->counted_qty }} {{ $lineCount->verified_qty ?? 'N/A' }} {{ $lineCount->countedBy->name ?? 'N/A' }} {{ $lineCount->counted_at ? $lineCount->counted_at->format('Y-m-d H:i') : 'N/A' }} {{ $lineCount->inventoryLine->qty == 0 ? "Yes" : "No" }} {{ $lineCount->verifiedBy->name ?? 'N/A' }} {{ $lineCount->verified_at ? $lineCount->verified_at->format('Y-m-d H:i') : 'N/A' }}
@else

No counted lines available for this zone.

@endif