Manage active florist inventory and stock thresholds
| Item Name | Quantity | Status | Type | Price | Created On | Updated On | Actions |
|---|---|---|---|---|---|---|---|
| {{ $inventory->name }} | {{ $inventory->quantity }} | @if ($inventory->quantity > 0) @if ($inventory->quantity <= 10) Low Stock @else In Stock @endif @else Out of Stock @endif | {{ Str::headline($inventory->type) }} | {{ $inventory->price ? currency_format($inventory->price) : 'Free' }} | {{ $inventory->created_at->format('M d, Y h:i A') }} | {{ $inventory->updated_at->format('M d, Y h:i A') }} | |
| No inventory items found. | |||||||