BILLING

@if (session('success'))

{{ session('success') }}

@endif @if (session('error'))

{{ session('error') }}

@endif

Subscription Details

Plan {{ $planType }}
Status {{ ucfirst($subscription->stripe_status) }}
@if($nextBillingDate)
Next billing date {{ $nextBillingDate->format('F j, Y') }}
@endif @if($subscription->ends_at)
Access until {{ $subscription->ends_at->format('F j, Y') }}
@endif @if($planner->pm_last_four)
Payment method {{ ucfirst($planner->pm_type ?? 'Card') }} •••• {{ $planner->pm_last_four }}
@endif
@if(!$subscription->ends_at)
@endif

Cancel Subscription?

Are you sure you want to cancel your subscription? You will retain access until the end of your current billing period.

@csrf