Subscription
@if (subscriptionProvider() === 'stripe' && $alreadySubscribed)
Manage My Subscription
@endif
Currently active team: {{ session('currentTeam.name') }}
@if (request()->query->get('cancelled'))
Something went wrong with your subscription. Please try again or contact
support.
@endif
@if (config('subscription.provider') !== null)
@endif