@csrf
@csrf @method('patch')
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror @if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())

{{ __('E-posta adresiniz doğrulanmamış.') }}

{{ __('Hesabınızın tam güvenliği için e-posta adresinizi doğrulayın.') }}

@if (session('status') === 'verification-link-sent')

{{ __('Yeni doğrulama bağlantısı e-posta adresinize gönderildi.') }}

@endif
@endif
@if (session('status') === 'profile-updated')
{{ __('Başarıyla kaydedildi!') }}
@endif