{{ __('Your account has been created. We sent a verification link to your email address. Please check your inbox and verify your email to continue to the organization setup step.') }}
@if (session('status') == 'verification-link-sent')
{{ __('Verification email sent successfully. After you verify your email, you will be moved to the organization setup step.') }}
@endif
@csrf
{{ __('Resend Verification Email') }}
@csrf