INVENTORY PHYSICAL COUNT

SKU Summary Report

@php $grandTotal = 0; $uniqueRacks = $collection->pluck('rack_num')->unique(); $isSingleRack = $uniqueRacks->count() === 1; @endphp @if ($isSingleRack) @endif
Count Site: {{ $countSite }} Area: {{ $area }}Rack: {{ $uniqueRacks->first() }}
@if (!$isSingleRack) @endif @php $grandTotal = 0; @endphp @forelse ($collection as $item) @php $grandTotal += $item->total; @endphp @if (!$isSingleRack) @endif @empty no data @endforelse
Location Code Location Description Area Brand No Brand DescriptionRackBatch Item Code Qty
{{ $item->code }} {{ $item->description }} {{ $item->area }} {{ $item->sap_brand_code }} {{ $item->sap_brand_desc }}{{ $item->rack_num }}{{ $item->batch }} {{ $item->sap_article }} {{ $item->total }}
Total Qty: {{ $grandTotal }}