Logo

{{ __('Verify Email') }}

{{ __('Thanks for signing up! Please verify your email address by clicking the link we emailed you.') }}

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