Pagos
Últimos Pagos
@if(isset($error))
{{ $error }}
@endif
| ID | Nombre | Amount | Status | Fecha | Action | |
|---|---|---|---|---|---|---|
| {{ $payment->id }} | {{ $payment->name ?? '-' }} | {{ $payment->email ?? '-' }} | ${{ number_format($payment->amount ?? 0, 2) }} | {{ $payment->status }} | {{ \Carbon\Carbon::parse($payment->created_at)->format('d/m/Y H:i:s') }} | Ver |
| No hay pagos disponibles | ||||||