Hi {{ $user->name }},

Your account has been unlocked and you can now sign in to {{ $appName }}.

@if($unlockedBy)

This action was performed by: {{ $unlockedBy->name }}.

@endif

Go to Sign in

If you did not request this, please contact support immediately.

Thanks,
{{ $appName }} Team

{{ __('Your account has been unlocked') }}

{{ __('Your account has been unlocked') }}

{{ __('Hello') }} {{ $user->name }},

{{ __('Your account has been unlocked and you can sign in again.') }}

@if($unlockedBy)

{{ __('Unlocked by') }}: {{ $unlockedBy->name }} ({{ $unlockedBy->email }})

@endif

{{ __('Go to') }} {{ $appName }}

{{ __('If you did not request this action, please reset your password and contact support immediately.') }}

— {{ $appName }}