{{ $title }}
@endif @if($subtitle)({{ $subtitle }})
@endif| {{ $reference }} | DATE : {{ $date }} |
|
@if($customer && isset($customer->logo) && $customer->logo)
|
CLIENT : {{ $customer->name ?? 'N/A' }} ADRESSE : {{ $customer->address ?? 'Lomé - Togo' }} TEL : {{ $customer->phone ?? 'N/A' }} |
| DESIGNATION | COÛT UNITAIRE | QUANTITE | COÛT TOT. |
|---|---|---|---|
{!! 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 | ||
| RESTE À PAYER | {{ number_format($calculatedTTC - $amount_paid, 0, ',', ' ') }} FCFA | ||
Arrêté la présente {{ strtolower($documentTitle) }} pour un montant de {{ strtolower($amountInWords) }} francs CFA toutes taxes comprises.
Moyen de paiement :
|
Informations de paiement :
|
{{ $company->director_title ?? 'Directeur Général' }},
@if($company && $company->director_name) {{ explode(' ', $company->director_name)[0] ?? '' }} {{ implode(' ', array_slice(explode(' ', $company->director_name), 1)) }} @else - @endif