{{ $company->email ?? '' }}
{{ $company->phone ?? '' }}
{{ $company->address ?? '' }}
{{ $title }}
@endif|
Réf: {{ $reference }} Date: {{ $date }} NIF: {{ $company->nif ?? '-' }} |
RCCM: {{ $company->rccm ?? '-' }} |
{{ $customer->name ?? 'N/A' }}
{{ $customer->address ?? 'Lomé - Togo' }}
Tél: {{ $customer->phone ?? 'N/A' }}
@if($customer->phone2)Tél 2: {{ $customer->phone2 }}
@endif @if($customer->email)Email: {{ $customer->email }}
@endif| Désignation | Coût Unitaire | Quantité | Total |
|---|---|---|---|
| {!! strip_tags($line->description, ' ') !!} |
{{ number_format($unitPrice, 0, ',', ' ') }} FCFA | {{ $qty }} | {{ number_format($lineTotal, 0, ',', ' ') }} FCFA |
| {{ $title ?? 'Prestation' }} | {{ number_format($amount_ht, 0, ',', ' ') }} FCFA | 1 | {{ number_format($amount_ht, 0, ',', ' ') }} FCFA |
| Montant HT | {{ number_format($calculatedHT, 0, ',', ' ') }} FCFA | ||
| TVA 18% | {{ number_format($calculatedTax, 0, ',', ' ') }} FCFA | ||
| MONTANT TTC | {{ number_format($calculatedTTC, 0, ',', ' ') }} FCFA | ||
| Déjà Payé | {{ number_format($amount_paid, 0, ',', ' ') }} FCFA | ||
| Solde Dû | {{ number_format($calculatedTTC - $amount_paid, 0, ',', ' ') }} FCFA | ||
Moyens de paiement :
|
Informations de paiement :@if($company->bank_name)
Banque: {{ $company->bank_name }} |
{{ $company->director_name ?? 'Directeur' }}
{{ $company->director_title ?? 'Signataire autorisé' }}