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

@livewire('client-linkedin-client-key')
@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
@livewire('client-billing-history')
@livewire('client-linkedin-email')
@livewire('client-subscription-status')
@livewire('profile.logout-other-browser-sessions-form')
@if (Laravel\Jetstream\Jetstream::hasAccountDeletionFeatures())
@livewire('profile.delete-user-form')
@endif