@if (Laravel\Jetstream\Jetstream::managesProfilePhotos()) @else @endif

{{auth()->user()->name}}

{{auth()->user()->phone}}

{{auth()->user()->location}}

@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::updatePasswords()))
@livewire('profile.update-password-form')
@endif