Subscription
Current Plan
{{ $activeSubscription->plan?->name ?? 'Plan removed' }}
Status
{{ $activeSubscription->status }}
Started
{{ $activeSubscription->starts_at?->format('M d, Y') ?? 'Not set' }}
Expires
{{ $activeSubscription->ends_at?->format('M d, Y') ?? 'No expiry' }}
No Active Plan
Choose a plan from the pricing page when payment mode is active. If payment mode is off, you can continue using ViZuTrade normally.
Go to PricingLatest Subscription
Plan
{{ $latestSubscription->plan?->name ?? 'Plan removed' }}
Status
{{ $latestSubscription->status }}
Expired
{{ $latestSubscription->ends_at?->format('M d, Y') ?? 'Not set' }}
All subscription payment attempts for your account.
| Date | Plan | Gateway | Amount | Status |
|---|---|---|---|---|
| {{ $payment->created_at->format('M d, Y') }} | {{ $payment->plan?->name ?? 'Plan removed' }} | {{ $payment->gateway?->name ?? 'Gateway removed' }} | {{ $payment->currency }} {{ number_format((float) $payment->amount, 2) }} | {{ $payment->status }} |
| No payment history yet. | ||||