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 }}.
@endifIf you did not request this, please contact support immediately.
Thanks,
{{ $appName }} Team
{{ __('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 }}