{{ __('Inventory') }}
Borrow Requests{{ __('View and manage inventory') }}
Inventory Items
| Item Name | Quantity Remaining |
|---|---|
| {{ $item->name }} | {{ $item->quantity }} |
| No items found. | |
Inventory History
| Name | Quantity | Donator / Supplier | Date |
|---|---|---|---|
| {{ $inventory->item }} | {{ $inventory->quantity }} | {{ $inventory->donator }} | {{ $inventory->created_at }} | @empty
| No items found. | |||