{{-- Header --}}
Verify your email
{{ __("Thanks for signing up! Please verify your email address by clicking the link we sent you. If you didn’t receive it, we can send another.") }}
{{-- Status banner --}} @if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to the email address you provided during registration.') }}
@endif
@csrf {{ __('Resend verification email') }}
@csrf
Tip: check your spam/junk folder if you don’t see the email.