# {{ __('Your subscription has been renewed') }} {{ __('Hello :name,', ['name' => $userName]) }} {{ __('Your :app :plan subscription has been successfully renewed.', ['app' => config('app.name'), 'plan' => $planLabel]) }} {{ __('Your Premium access is now valid until :date.', ['date' => $endsAt]) }} {{ __('Thank you for your continued support!') }} {{ __('Manage subscription') }} {{ config('app.name') }}