Inventory List
Add Inventory{{ session('success') }}
@endif
@if ($items->isNotEmpty())
| # | Item Name | Quantity | Unit | Added On | Actions |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->item_name }} | {{ $item->quantity }} | {{ $item->unit }} | {{ $item->added_on }} |
No inventory items found.
@endif