| Barcode | Item | Supplier | Category | Alert | Available | Re-Order |
|---|---|---|---|---|---|---|
| {{ $product->barcode }} | {{ $product->name }} | {{ $product->supplier->name ?? '-' }} | {{ $product->productCategory->name ?? '-' }} | {{ number_format($min, 2) }} | {{ number_format($qty, 2) }} | {{ number_format($reorder, 2) }} |
| No low-stock items found for the selected filters. | ||||||