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

Bon Achat N° : {{ $achats->ref }}

Date : {{ $achats->created_at }}

fournisseur :

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

@foreach($achats->detaille_achat as $det) @endforeach
Description Quantité P.U Total
{{$det->produit->nom}} {{$det->qty}} {{$det->prixachat}} {{$det->total}}

Total HT : {{$achats->totalhtc}} DH

Remise {{$achats->remise}}% : {{$achats->totalremise}} DH

TVA {{$achats->tva}} % : {{$achats->totaltva}} DH

Total TTC : {{$achats->prixtotal}} DH

Mode payement :{{$achats->modepayement->mode}}