Numero: {{ $bonCommande->reference }}
Date: {{ $bonCommande->bon_date->format('d/m/Y') }}
Nos informations
{{ config('app.name', 'Entreprise') }}
@if(!empty($companySetting?->matricule_fiscal))MF: {{ $companySetting->matricule_fiscal }}
@endif @if($companyAddresses->isNotEmpty()){{ $companyAddresses->first()['city'] ?? '' }}{{ !empty($companyAddresses->first()['city']) && !empty($companyAddresses->first()['address']) ? ', ' : '' }}{{ $companyAddresses->first()['address'] ?? '' }}
@endif @if($companyEmails->isNotEmpty()){{ $companyEmails->first() }}
@endifInformations fournisseur
{{ $bonCommande->supplier->company_name ?? $bonCommande->supplier->name }}
@if($bonCommande->supplier->company_name){{ $bonCommande->supplier->name }}
@endif @if(!empty($bonCommande->supplier->matricule_fiscal))MF: {{ $bonCommande->supplier->matricule_fiscal }}
@endif @if(!empty($bonCommande->supplier->email)){{ $bonCommande->supplier->email }}
@endif @if(!empty($bonCommande->supplier->phone_number)){{ $bonCommande->supplier->phone_number }}
@endif| Produit | Qté | Prix unitaire | TVA (%) | Total HT |
|---|---|---|---|---|
| {{ $line->description }} | {{ $line->quantite }} | {{ number_format($line->prix_unitaire, 3, ',', ' ') }} | {{ $line->tva }}% | {{ number_format($lineTotalHt, 3, ',', ' ') }} |
{{ $netAmountInWords }}.
@if($companyAddresses->isNotEmpty() || $printFooterText !== '') @endif