{{ __('Profil Bilgileri') }} {{ __('Hesabınızın profil bilgilerini ve e-posta adresini güncelleyin.') }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ $this->user->name }}
{{ __('Yeni Bir Fotoğraf Seçin') }} @if ($this->user->profile_photo_path) {{ __('Fotoğrafı Kaldır') }} @endif
@endif
@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
{{ __('Kayıt Edildi..') }} {{ __('Kaydet') }}