{{ __('update_profile.Profile Information') }} {{ __("update_profile.Update your account") }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ $this->user->name }}
{{ __('update_profile.Select_New_Photo') }} @if ($this->user->profile_photo_path) {{ __('update_profile.delete_photo') }} @endif
@endif
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && ! $this->user->hasVerifiedEmail())

{{ __('Your email address is unverified.') }}

@if ($this->verificationLinkSent)

{{ __('A new verification link has been sent to your email address.') }}

@endif @endif
{{ __('Saved.') }} {{ __('update_profile.Save') }}