{{ $info->nom ?? 'Nom de la Société' }}

Bon de commande N° : {{ $boncommandes->ref }}

Date : {{ $boncommandes->created_at }}

Fournisseur :

Nom : {{ $boncommandes->fournisseur->nom }}

@foreach($boncommandes->detaille_boncommande as $det) @endforeach
Description Quantité P.U Total
{{$det->produit->nom}} {{$det->quantite}} {{$det->prixun}} {{$det->x}}

Total : {{$boncommandes->prixtotal}} DH