@extends('layouts.app') @section('title', 'Paiements') @section('content') @include('admin._nav')
{{ $payments->total() }} transaction(s) au total
Total encaissé
{{ number_format($totalSuccess, 0, ',', ' ') }} FCFA
| Transaction | Client | Événement | Montant | Statut | Date |
|---|---|---|---|---|---|
| {{ $payment->transaction_id }} |
{{ optional(optional($payment->order)->user)->name ?? '—' }} {{ optional(optional($payment->order)->user)->email }} |
{{ optional(optional($payment->order)->event)->title ?? '—' }} | {{ number_format($payment->amount, 0, ',', ' ') }} FCFA | {{ $statusLabel }} | {{ $payment->created_at->translatedFormat('d M Y à H:i') }} |
| Aucune transaction ne correspond à ces filtres. | |||||