@extends('layouts.admin-modern') @section('title', 'Remboursements') @section('content')
Gérer les demandes de remboursement
| ID | Utilisateur | Réf. transaction | Montant | Statut | Créé le | Actions |
|---|---|---|---|---|---|---|
| {{ $r->id }} | {{ $r->user_name ?? '—' }} | {{ $r->transaction_ref ?? '—' }} | {{ number_format($r->amount, 2, ',', ' ') }} € | {{ ucfirst($r->status) }} | {{ $r->created_at }} | @if($r->status === 'pending') @else — @endif |
| Aucun remboursement trouvé. | ||||||