{{ __('Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another.') }}
{{ __('Be sure to also check your spam folder!') }}
@if (session('status') == 'verification-link-sent')
{{ __('A new verification link has been sent to the email address you provided during registration.') }}
@elseif (session('status') == 'link-invalid')
{{ __('Your verification link is invalid or has expired. Request a new one below.') }}
@endif