@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && !$this->user->hasVerifiedEmail() && $this->user->email)
{{ __('Your email address is unverified.') }}
@if ($this->verificationLinkSent)
{{ __('A new verification link has been sent to your email address.') }}
@endif
@endif