@extends('layouts.app') @section('main-content')
| # | Product | Min Level | Onhand | Last Re-stock | @forelse($inventories as $inventory) @if($inventory->onhand <= $inventory->threshold)
|---|---|---|---|---|
| 1 | {{ $inventory->name }}
{{ $inventory->description }} |
{{ $inventory->threshold }} | {{ $inventory->onhand }} | {{ $inventory->created_at}} |
| Record not found | ||||