{{ __('Organization info') }} {{ __('A comprehensive profile makes it easier for others to connect with your organization. Adding a photo, an introduction, a motivation for working with Timebank, and the languages your organization uses gives a clearer picture of who you are and why you use ' . platform_name() . '.') }} @if (Laravel\Jetstream\Jetstream::managesProfilePhotos())
{{ $this->organization->name }}
{{ __('Change Photo') }} @if ($this->organization->profile_photo_path) {{ __('Delete Photo') }} @endif
@endif
@livewire('profile.languages-dropdown', ['languages' => $languages])
@livewire('profile.socials-form')
{{ __('Saved') }} {{ __('Save') }}