| # | Désignation | Qté | PU HT | Rem% | TVA% | Total HT | Total TTC |
|---|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $l->designation }} | {{ number_format($l->qte,3,',',' ') }} | {{ number_format($l->prix_unit_ht,3,',',' ') }} | {{ $l->remise > 0 ? $l->remise.'%' : '-' }} | {{ $l->tva?->taux ?? 0 }}% | {{ number_format($l->total_ht,3,',',' ') }} | {{ number_format($l->total_ttc,3,',',' ') }} |