Date : {{ now()->format('d/m/Y H:i') }}
Nombre de produits : {{ $products->count() }}
Catégorie : {{ optional(\App\Models\Category::find($filters['category']))->name ?? $filters['category'] }}
Type : {{ $filters['type'] }}
Recherche : {{ $filters['product'] }}