@extends('layouts.exat') @section('title', 'Remboursement '.$demande->reference) @section('subtitle', $demande->planteur->nom ?? '') @section('content')
| N° | Échéance | Dû | Réglé | Statut |
|---|---|---|---|---|
| {{ $e->numero }} | {{ \Illuminate\Support\Carbon::parse($e->date_echeance)->format('d/m/Y') }} | {{ number_format((float) $e->montant_du, 0, ',', ' ') }} | {{ number_format((float) $e->montant_regle, 0, ',', ' ') }} | |
| Aucune échéance. | ||||
| Date | Montant | Source | Référence |
|---|---|---|---|
| {{ \Illuminate\Support\Carbon::parse($r->date_operation)->format('d/m/Y') }} | {{ number_format((float) $r->montant, 0, ',', ' ') }} | {{ $r->source }} | {{ $r->reference_externe ?? '—' }} |
| Aucun remboursement enregistré. | |||