@if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ Auth::user()->name }}
{{ __('Select A New Photo') }} @if ($photo) {{ __('Remove Photo') }} @endif
@endif
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && ! Auth::user()->hasVerifiedEmail())

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

@if ($this->verificationLinkSent)

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

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