@if ($settings->is_resale_license_active)
        @if (auth()->user()->isAdminFromSession())
            
                
                    
Choose a Plan
                    @if (subscriptionProvider() === 'stripe' && $alreadySubscribed)
                        Manage My Subscription
                    @endif
                
                @if (request()->query->get('cancelled'))
                    
                        
                        Something went wrong with your subscription. Please try again or contact
                            support.
                     
                @endif
                @if (config('subscription.provider') !== null)
                    
                @endif
            
 
        @else
            
                
                    
Subscription
                
                You are not an admin or have been removed from this team. If this does not make sense, please contact
                        us.
             
        @endif
    @else
        Resale license is not active. Please contact your instance admin.
    @endif