| Numéro |
{{ $invoice->number }} |
| Client |
{{ $clientName }} |
| Demande(s) client |
{{ $projectNames }} |
| Date de facture |
{{ $invoice->generated_at?->format('d/m/Y') ?? '—' }} |
| Date d'échéance |
{{ $invoice->due_date?->format('d/m/Y') ?? '—' }} |
| Montant total TTC |
{{ number_format((float) $invoice->total_amount, 2, ',', ' ') }} TND |
| Statut |
{{ $invoice->statusLabel() }}
|
|
|