# {{ __('Your subscription has been cancelled') }} {{ __('Hello :name,', ['name' => $userName]) }} {{ __('Your :app subscription has been cancelled. Your Premium access will remain active until :date.', ['app' => config('app.name'), 'date' => $endsAt]) }} {{ __('After that date your account will automatically revert to the free plan.') }} {{ __('Changed your mind? You can resubscribe at any time.') }} {{ __('Resubscribe') }} {{ config('app.name') }}