Informations du produit

Nom : {{ $product->name }}

Code : {{ $product->code }}

Unité : {{ $product->unit }}

@if($product->category)

Catégorie : {{ $product->category->name }}

@endif

Note : {{ $product->note ?? '-' }}

Quantité totale en stock

{{ $product->affectations->sum('stock') }}

Stock par magasin
@forelse($product->affectations as $affectation) @empty @endforelse
Magasin Quantité Stock alerte
{{ $affectation->magasin->name }} {{ $affectation->stock }} {{ $affectation->stock_alert }}
Aucun stock disponible