| Category | Product | SKU | Warehouse | Quantity |
|---|---|---|---|---|
| Category Total: | {{ number_format($categoryTotal, 2) }} | |||
| {{ $row['category'] }} | ||||
| {{ $row['category'] }} | {{ $row['product'] }} | {{ $row['sku'] ?? 'N/A' }} | {{ $row['warehouse'] }} | {{ number_format($row['quantity'], 2) }} |
| Category Total: | {{ number_format($categoryTotal, 2) }} | |||
| GRAND TOTAL: | {{ number_format($grandTotal, 2) }} | |||