@extends('dashboard.index') @section('content')
| ID | Warehouse | Product | Quantity | Reserved | Min Stock | Max Stock | Last Restocked | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $inv->id }} | {{ $inv->warehouse->name ?? '-' }} | {{ $inv->product->name ?? '-' }} | {{ $inv->quantity }} | {{ $inv->reserved }} | {{ $inv->min_stock }} | {{ $inv->max_stock }} | {{ $inv->last_restocked_at }} | Edit |