@extends('layouts.dashboard') @section('title', 'Historique Paiements - Sciences Afrique') @section('page-title', 'Historique Paiements') @section('page-subtitle', 'Historique de vos transactions.') @section('content')
Vous n'avez encore effectué aucun paiement.
| Montant | Méthode | Statut | Date |
|---|---|---|---|
| {{ $p->amount }} {{ $p->currency }} | {{ $p->payment_method }} | {{ $p->status }} | {{ optional($p->created_at)->diffForHumans() }} |