@if (config('saashovel.REDIRECT_TO_CUSTOMER_PORTAL_IN_A_NEW_TAB'))
{{ __('A new window will open for you to log in to Stripe and manage your subscription.') }}
@else
{{ __('You will be redirected to Stripe to manage your subscription.') }}
@endif
{{ __('After you\'re done, click "Return" to return to your dashboard ') }}
@if (config('saashovel.REDIRECT_TO_CUSTOMER_PORTAL_IN_A_NEW_TAB'))
{{ __('or simply close this window ') }}
@endif
{{ __(' . Your updates will automatically apply to your account.') }}
{{ __("Are you sure you want to cancel your plan?") }} {{ __("If so, your plan will remain active until ") }}{{ \Carbon\Carbon::parse($user->subscription()->ends_at)->translatedFormat('j F Y') }}{{ __(", then it will be canceled and you won't be charged again.") }} {{ __("If you change your mind you can always restore your plan anytime before ") }}{{ \Carbon\Carbon::parse($user->subscription()->ends_at)->translatedFormat('j F Y') }}.