Subscribe | Coolify @if (auth()->user()->isAdminFromSession()) @if (request()->query->get('cancelled'))
Something went wrong with your subscription. Please try again or contact support.
@endif

Subscriptions

@if ($loading)
Loading your subscription status...
@else @if ($isUnpaid)
Your last payment was failed for Coolify Cloud.

Open the following link, navigate to the button and pay your unpaid/past due subscription.

Billing Portal
@else @if (config('subscription.provider') === 'stripe')
$isCancelled, 'pb-10' => !$isCancelled, ])> @if ($isCancelled)
It looks like your previous subscription has been cancelled, because you forgot to pay the bills.
Please subscribe again to continue using Coolify.
@endif
@endif @endif @endif @else

Subscription

You are not an admin so you cannot manage your Team's subscription. If this does not make sense, please contact us.
@endif