⚠️ Immediate Attention Required
The following inventory item is running low on stock and needs restocking.
Item Information
| Item Name: | {{ $item->name }} |
| SKU: | {{ $item->sku }} |
| Category: | {{ $item->category?->name ?? 'Uncategorized' }} |
| Current Stock: | {{ $item->current_stock }} {{ $item->unit }} |
| Minimum Stock Level: | {{ $item->minimum_stock }} {{ $item->unit }} |
| Unit Cost: | ₦{{ number_format($item->unit_cost, 2) }} |
| Supplier: | {{ $item->supplier ?? 'Not specified' }} |
Please take action to restock this item as soon as possible to avoid stockouts.