{{ __('Profile Information') }} {{ __('Update your account\'s profile information and email address.') }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ $this->user->name }}
@if ($this->user->profile_photo_path) @endif
@endif
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && ! $this->user->hasVerifiedEmail()) {{ __('Your email address is unverified.') }} {{ __('Click here to re-send the verification email.') }} @if ($this->verificationLinkSent)

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

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