INVENTORY PHYSICAL COUNT

SKU Summary Report

Count Site: {{ $countSite }} Area: {{ $area }}
@php $grandTotal = 0; @endphp @forelse ($collection as $item) @php $grandTotal += $item->total; @endphp @empty @endforelse
Location Code Location Description Area Brand No Brand Description Item Code Total Qty
{{ $item->code }} {{ $item->description }} {{ $item->area }} {{ $item->sap_brand_code }} {{ $item->sap_brand_desc }} {{ $item->sap_article }} {{ $item->total }}
No data
Total Qty: {{ $grandTotal }}