{{ __('messages.profile') }}

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