| Référence | Date | Client | Plan | Montant | Téléphone | Durée | Statut | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $payment->reference }} | {{ \Carbon\Carbon::parse($payment->created_at)->format('d/m/Y') }} | {{ $payment->user->name }} | {{ $payment->plan->name }} | {{ number_format($payment->amount, 0, ',', ' ') }} FCFA | {{ $payment->phone }} | {{ $payment->duration_days }} jours | @if($payment->status == 'pending') En attente @elseif($payment->status == 'approved') Validé @else Rejeté @endif | @if($payment->status == 'pending') @else @endif |
| Aucun paiement trouvé. | ||||||||