{{ __('Profile Information') }} {{ __('Update your account\'s profile information and email address.') }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ $this->user->name }}
{{ __('messages.select_new_photo') }} @if ($this->user->profile_photo_path) {{ __('messages.remove_photo') }} @endif
@endif
{{ __('messages.saved') }} @if (Auth::user()->phone_verified_at === null) {{ __('messages.verify_phone') }} @endif {{ __('messages.save') }}