@livewire('side-post', [ 'type' => 'SiteContents\User\Edit\PersonalInfo' ?? null, 'sticky' => false, 'random' => true, 'fallbackTitle' => __('Personal info'), 'fallbackDescription' => trans_with_platform('A comprehensive profile helps other @PLATFORM_USERS@ get a proper impression of you. Add a profile photo to become more recognizable on our platform. We ask this to increase trust between our participants and to make the @PLATFORM_NAME_SHORT@ exchanges more personal and enjoyable. Of course, your personal data is only used within @PLATFORM_NAME@.') ])
@if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ $this->user->name }}
{{ __('Change Photo') }} @if ($this->user->profile_photo_path) {{ __('Delete Photo') }} @endif
@endif
@livewire('profile.languages-dropdown', ['languages' => $languages])
@livewire('profile.socials-form')
{{ __('Saved') }} {{ __('Save') }}