We are sad to see you go. In order to improve our services, we would appreciate you taking a few moments to tell us why this product wasn't suited for you.
Change subscription plan
@foreach(config('saas.plans') as $code => $name)
@endforeach
@error('plan')
{{ $message }}
@enderror
@if($success)
{{ $success }}
@endif
@if($error)
{{ $error }}
@endif
@if(tenant()->on_active_subscription)
@elseif(tenant()->subscribed('default') && tenant()->subscription('default')->canceled())
@endif
Change plan