View your subscription payment history.
| Description | Gateway | Amount | Status | Date |
|---|---|---|---|---|
| {{ $payment->description }} | {{ Str::headline($payment->gateway) }} | {{ $payment->currency }} {{ number_format((float) $payment->amount, 2) }} | {{ Str::headline($payment->status) }} | {{ $payment->created_at->format('d M Y') }} |
| No payments found. | ||||