@if ($this->hasUnverifiedEmail)
{{ __('Your email address is unverified.') }}
{{ __('Click here to re-send the verification email.') }}
@if (session('status') === 'verification-link-sent')
{{ __('A new verification link has been sent to your email address.') }}
@endif
@endif