@extends('layouts.dashboard') @section('title', 'Paiements - Admin') @section('page-title', 'Paiements') @section('page-subtitle', 'Transactions récentes de la plateforme.') @section('content')
| Utilisateur | Montant | Statut | Date |
|---|---|---|---|
| {{ optional($payment->user)->name }} | {{ $payment->amount }} {{ $payment->currency }} | {{ $payment->status }} | {{ optional($payment->created_at)->diffForHumans() }} |