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

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

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

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

@if (Laravel\Fortify\Features::canUpdateProfileInformation()) @livewire('profile.update-profile-information-form') @endif @if (Laravel\Jetstream\Jetstream::hasAccountDeletionFeatures())
@livewire('profile.delete-user-form')
@endif