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