| Désignation | Situation précédente |
Situation actuelle |
Situation cumulée | |
| Montant de la prestation du mois {{ $month}} {{ $year }} | {{ number_format($previous_total_ht, 0, '.', ' ') }} | {{ number_format($invoice->total_ht, 0, '.', ' ') }} | {{ number_format($total_ht, 0, '.', ' ') }} | |
| Montant total HT en FCFA | {{ number_format($previous_total_ht, 0, '.', ' ') }} | {{ number_format($invoice->total_ht, 0, '.', ' ') }} | {{ number_format($total_ht, 0, '.', ' ') }} | |
| TVA (18%) | {{ number_format($previous_invoice_total_tax, 0, '.', ' ') }} | {{ number_format($invoice->invoice_total_tax, 0, '.', ' ') }} | {{ number_format($invoice_total_tax, 0, '.', ' ') }} | |
| Montant TTC à payer en FCFA | {{ number_format($previous_total, 0, '.', ' ') }} | {{ number_format($invoice->total, 0, '.', ' ') }} | {{ number_format($total, 0, '.', ' ') }} | |