| Dish | Location | Qty | Threshold | Value |
|---|---|---|---|---|
|
{{ $row->dish_name }} — Total across locations (this page):
{{ (int)($totalsByDish[$dishKey] ?? 0) }}
All locations total:
…
|
||||
|
ID: {{ $row->dish_id }}
|
{{ $row->location_name ?? '—' }} | {{ (int)$row->qty }} | {{ (int)$row->low_stock_threshold }} | ₦{{ number_format(max(0, (int)$row->qty) * (float)$row->price, 2) }} |
| No data | ||||