@php $fmt = fn ($v) => number_format((float) $v, 0, ',', ' '); @endphp
| N° | Date d'échéance | Montant dû |
|---|---|---|
| {{ $i + 1 }} | {{ $e['date'] ? \Illuminate\Support\Carbon::parse($e['date'])->format('d/m/Y') : '—' }} | {{ $fmt($e['montant']) }} |
| Aucune échéance externe pour ce prêt (échéancier linéaire à l'import). | ||
| Date | Montant |
|---|---|
| {{ $r['date'] ? \Illuminate\Support\Carbon::parse($r['date'])->format('d/m/Y') : '—' }} | {{ $fmt($r['montant']) }} |
| Aucun remboursement comptabilisé. | |