@if (subscriptionProvider() === 'stripe') {{-- Plan Overview --}}

Plan Overview

Plan: @if (data_get(currentTeam(), 'subscription')->type() == 'dynamic') Pay-as-you-go @else {{ data_get(currentTeam(), 'subscription')->type() }} @endif · {{ $billingInterval === 'yearly' ? 'Yearly' : 'Monthly' }} · @if (currentTeam()->subscription->stripe_cancel_at_period_end) Cancelling at end of period @else Active @endif
Active servers: {{ currentTeam()->servers->count() }} / paid Adjust
@if ($refundCheckLoading) @elseif ($nextBillingDate) @if (currentTeam()->subscription->stripe_cancel_at_period_end) Cancels on {{ $nextBillingDate }} @else Next billing {{ $nextBillingDate }} @endif @endif
@if (currentTeam()->serverOverflow()) You must delete {{ currentTeam()->servers->count() - $server_limits }} servers or upgrade your subscription. Excess servers will be deactivated. @endif {{-- Adjust Server Limit Modal --}}
{{-- Manage Subscription --}}

Manage Subscription

Manage Billing on Stripe
{{-- Cancel Subscription --}}

Cancel Subscription

@if (currentTeam()->subscription->stripe_cancel_at_period_end) Resume Subscription @else @endif
@if (currentTeam()->subscription->stripe_cancel_at_period_end)

Your subscription is set to cancel at the end of the billing period.

@endif
{{-- Refund --}}

Refund

@if ($refundCheckLoading) Request Full Refund @elseif ($isRefundEligible && !currentTeam()->subscription->stripe_cancel_at_period_end) @else Request Full Refund @endif

@if ($refundCheckLoading) Checking refund eligibility... @elseif ($isRefundEligible && !currentTeam()->subscription->stripe_cancel_at_period_end) Eligible for a full refund — {{ $refundDaysRemaining }} days remaining. @elseif ($refundAlreadyUsed) Refund already processed. Each team is eligible for one refund only. @else Not eligible for a refund. @endif

Need help? Contact us.
@endif