Confirm Your Email

@if(isset($verifiedEmail))

Please check your email inbox, we sent an email confirmation with a link that you need to visit.

@else

Please confirm your email address is correct, we will send a verification e-mail with a special verification link that you need to visit before proceeding.

@csrf
@if(config('instance.curated_registration.captcha_enabled'))
{!! Captcha::display() !!}
@endif
@endif