Informations du magasin

Nom : {{ $magasin->name }}

Adresse : {{ $magasin->address }}

Contact : {{ $magasin->contact }} / {{ $magasin->phone ?? 'N/A' }}

Total des produits

{{ number_format($magasin->affectations->count(), 0, '.', ' ') }}

Quantité totale en stock

{{ number_format($magasin->affectations->sum('stock'), 0, '.', ' ') }}

Produits en stock
@forelse($magasin->affectations as $stock) @empty @endforelse
Produit Quantité Stock alerte
{{ $stock->product->name }} {{ number_format($stock->stock, 0, '.', ' ') }} {{ number_format($stock->stock_alert, 0, '.', ' ') }}
Aucun produit en stock