| Reference | Amount | Method | Status | Provider | Customer | Date |
|---|---|---|---|---|---|---|
| {{ $tx->reference }} | ₦{{ formatNumber($tx->amount / 100) }} | {{ strtoupper($tx->method) }} | {{ strtoupper((string) $tx->provider) }} |
{{ $tx->customer_email }}
@if($tx->customer_phone)
{{ $tx->customer_phone }}
@endif
|
{{ $tx->created_at->format('d M Y, H:i') }} | |
| No transactions found. | ||||||