Nom du Fournisseur : {{ $bonCommande_info->nom_social_fournisseur ?? 'Non spécifié' }}
NIF : {{ $informations['nif'] ?? '-' }}
Adresse : {{ $bonCommande_info->adresse_fourn ?? '-' }}
Contact : {{ $bonCommande_info->telephone_fourn_carb ?? '-' }}
| Plaque : {{ $bonCommande_info->num_immatriculation ?? 'Non spécifié' }} | Marque : {{ $bonCommande_info->marque ?? 'Non spécifié' }} | Modèle : {{ $bonCommande_info->modele ?? 'Non spécifié' }} |
| N° | ARTICLE | QUANTITÉ | PU | PRIX TOTAL |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $detail->nom_article ?? 'Article' }} | @php $unitesInvariables = ['kg', 'g', 'mg', 'l', 'ml', 'm', 'cm', 'mm']; @endphp{{ number_format($detail->qte_demande, 0, ',', ' ') }} {{ in_array(strtolower($detail->unite), $unitesInvariables) ? $detail->unite : \Illuminate\Support\Str::plural($detail->unite, $detail->qte_demande) }} | {{ number_format($detail->pu_demande, 0, ',', ' ') }} | {{ number_format($totalLigne, 0, ',', ' ') }} |
| TOTAL HTVA | {{ number_format($totalHT, 0, ',', ' ') }} | |||
| TVA (18%) | {{ number_format($tva, 0, ',', ' ') }} | |||
| TOTAL TVAC | {{ number_format($totalTvac, 0, ',', ' ') }} | |||
| TOTAL TVAC | {{ number_format($totalHT, 0, ',', ' ') }} | |||
Nous disons une somme de : {{ $totaux['montantEnLettres'] }}
Le paiement se fera par virement bancaire après réception de la marchandise jugée conforme à la commande.