@if(auth()->user()->hasRole('admin'))

This user is an admin user and therefore does not need a subscription

@else @if(auth()->user()->subscriber())
Modify Payment Information

Click the button below to update your default payment method


Danger Zone

Click the button below to cancel your subscription.

Note: Your account will be immediately downgraded.

@include('theme::partials.cancel-modal') @else

Please Subscribe to a Plan in order to see your subscription information.

View Plans @endif @endif