{!! htmlScriptTagJsApi() !!}

{{ __('Please verify your email') }}

{{ __("You're almost there! We sent an email to") }}
{{ Auth::user()->email }}

{{ __("Just click on the link in that email to complete your signup.") }}
{!! __("If you don't see it, you may need to check your spam folder.") !!}

{{ __("Still can't find the email?") }}

@csrf {!! htmlFormButton(__('Resend Email'), ['class' => 'btn btn-primary btn-lg']) !!}

{{ __('Need help?') }} {{ __('Contact Us') }}