| # | Product | SKU | Category | Qty | Unit | Cost (₦) | Price (₦) | Stock Value (₦) | Pot. Revenue (₦) | Status |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $product->name }} | {{ $product->sku ?? '—' }} | {{ $product->category->name ?? '—' }} | {{ $product->stock_quantity }} | {{ $product->unit ?? 'pcs' }} | {{ number_format($product->cost_price, 2) }} | {{ number_format($product->selling_price, 2) }} | {{ number_format($stockVal, 2) }} | {{ number_format($potRev, 2) }} | {{ $statusTxt }} |
| No products found. | ||||||||||
| Totals | ₦{{ number_format($totalStockValue, 2) }} | ₦{{ number_format($totalPotRevenue, 2) }} | ||||||||