@extends('layouts.app') @section('content')
Total articles
{{ $stats['total_items'] ?? 0 }}
Valeur totale
{{ number_format($stats['total_value'] ?? 0, 2) }} €
Articles en rupture
{{ $stats['low_stock_count'] ?? 0 }}
Répartition par catégorie
@if(!empty($stats['items_by_category']))Aucune donnée.
@endifAucune donnée disponible.
@endif