{{ __('Welcome to ND-Link') }}

{{ __('Your account has been transferred to our new platform. Your data is ready and waiting — you just need to set a password to get started.') }}

@csrf
@if($prefillEmail)

{{ __('Your account is set up for this email address. The reset link will be sent here.') }}

@else @endif
@if($prefillEmail) {{ __('Set password for this email address') }} @else {{ __('Email Password Reset Link') }} @endif