@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && ! $this->user->hasVerifiedEmail())
{{ __('E-posta adresiniz doğrulanmadı.') }}
@if ($this->verificationLinkSent)
{{ __('E-posta adresinize yeni bir doğrulama bağlantısı gönderildi.') }}
@endif
@endif