@extends('layouts.app') @section('title', 'Inventory & Stock') @section('content')

📦 Inventory & Stock

Low Stock Items
{{ $stats['low_stock_items'] }}
Low Stock Ingredients
{{ $stats['low_stock_ingredients'] }}
Pending Purchase Orders
{{ $stats['pending_purchase_orders'] }}
Ingredients Tracked
{{ $stats['total_ingredients'] }}
Purchase Spend This Month
{{ number_format($stats['purchase_spend_this_month'], 0) }}
@can('inventory.manage')
Quick Access
Settings
@else

You don't have permission to manage inventory.

@endcan @endsection