{{ __('profile-edit.label-1') }}

{{ __('profile-edit.txt-1') }}

@csrf
@csrf @method('patch')
@if ($user instanceof \Illuminate\Contracts\Auth\MustVerifyEmail && ! $user->hasVerifiedEmail())

{{ __('profile-edit.unverified-label') }}

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

{{ __('profile-edit.sent-label') }}

@endif
@endif
{{ __('profile-edit.save-btn') }} @if (session('status') === 'profile-updated')

{{ __('profile-edit.saved-hide') }}

@endif