INVENTORY PHYSICAL COUNT
SKU Summary Report
Count Site: {{ $data['countSite'] }}
Area: {{ $data['area'] }}
@php $grandTotal = 0; @endphp @forelse ($data['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 }}