@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