Verify your email
{{ __('Thanks for signing up! Please verify your email by clicking the link we 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 your email address.') }}
@endif