Nom : {{ $product->name }}
Code : {{ $product->code }}
Unité : {{ $product->unit }}
@if($product->category)Catégorie : {{ $product->category->name }}
@endifNote : {{ $product->note ?? '-' }}
| Magasin | Quantité | Stock alerte |
|---|---|---|
| {{ $affectation->magasin->name }} | {{ $affectation->stock }} | {{ $affectation->stock_alert }} |
| Aucun stock disponible | ||