@extends('layouts.app') @section('title', 'Warehouse Inventory - ' . $warehouse->name) @section('content')
| Product | Quantity | Reserved | Consumption (30d) | Trend |
|---|---|---|---|---|
|
{{ $inv->product->name }}
{{ $inv->product->sku }}
|
{{ number_format($inv->quantity, 2) }} | {{ number_format($inv->reserved_quantity, 2) }} |
|
+12% |
| This warehouse is currently empty. | ||||