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

Plan Overview

{{-- Current Plan Card --}}
Current Plan
@if (data_get(currentTeam(), 'subscription')->type() == 'dynamic') Pay-as-you-go @else {{ data_get(currentTeam(), 'subscription')->type() }} @endif
@if (currentTeam()->subscription->stripe_cancel_at_period_end) Cancelling at end of period @else Active · Invoice {{ currentTeam()->subscription->stripe_invoice_paid ? 'paid' : 'not paid' }} @endif
{{-- Paid Servers Card --}}
Paid Servers
Click to adjust
{{-- Active Servers Card --}}
Active Servers
{{ currentTeam()->servers->count() }}
Currently running
@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 --}}
{{-- Billing, Refund & Cancellation --}}

Manage Subscription

{{-- Billing --}} Manage Billing on Stripe {{-- Resume or Cancel --}} @if (currentTeam()->subscription->stripe_cancel_at_period_end) Resume Subscription @else @endif {{-- Refund --}} @if ($refundCheckLoading) @elseif ($isRefundEligible && !currentTeam()->subscription->stripe_cancel_at_period_end) @endif
{{-- Contextual notes --}} @if ($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.

@endif @if (currentTeam()->subscription->stripe_cancel_at_period_end)

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

@endif
Need help? Contact us.
@endif