@extends('layouts.app') @section('content')
Suivez votre équipement et vos fournitures
Total Items
{{ $analytics['total_items'] ?? 0 }}
Inventory Value
€{{ number_format($analytics['total_value'] ?? 0, 2) }}
Low Stock
{{ $analytics['low_stock_count'] ?? 0 }}
Profit Margin
{{ number_format($analytics['average_profit_margin'] ?? 0, 1) }}%
{{ $item->category }}
Start by adding your first inventory item.