|
{{ $documentType }} {{ strtoupper($customer->name ?? '') }} |
|
|
| Désignation/Objet | Montant/Forfait en Francs CFA |
') !!}
{{ strtoupper($title) }}
@if($subtitle){{ strtoupper($subtitle) }}
@endif @endif| Montant HT | {{ number_format($amount_ht, 0, ',', ' ') }} |
| TVA 18% | {{ number_format($amount_tax, 0, ',', ' ') }} |
--------------
{{-- Total TTC --}}| Total TTC | {{ number_format($amount_ttc, 0, ',', ' ') }} |
| Déjà payé | {{ number_format($amount_paid, 0, ',', ' ') }} |
| Reste à payer | {{ number_format($amount_ttc - $amount_paid, 0, ',', ' ') }} |
Arrêté la présente {{ strtolower($documentTitle) }} pour un montant de {{ strtolower($amountInWords) }} francs CFA toutes taxes comprises.
{{ $company->director_title ?? 'Le Directeur' }}
@if($company->director_name) {{ $company->director_name }} @else - @endif