Stock Suppliers
@foreach($categories as $cat) @endforeach
Loading inventory...
Item In Stock Actions @forelse($items as $i)
{{ strtoupper(substr($i->name, 0, 1)) }}

{{ $i->name }}

{{ $i->sku }}

{{ $i->category->name }}

@if($i->stock_quantity <= $i->min_stock_level)
@endif {{ $i->stock_quantity }} {{ $i->unit }}
{{ $i->min_stock_level }} {{ $i->unit }}
@empty @endforelse
@if($items->hasPages())
{{ $items->links() }}
@endif

Manually update stock levels for purchases, consumption, or breakage. All adjustments are logged for audit purposes.