verify email.

{{ __("thanks for signing up! please verify your email address using the link we just sent. if you didn't receive it, we can send another.") }}

@if (session('status') == 'verification-link-sent')
{{ __('a new verification link has been sent to the email address you provided during registration.') }}
@endif
@csrf
@csrf