{{ __('edit_customer.title') }}

{{ __('edit_customer.subtitle') }}

{{-- Said before it is done, not after: the address is the portal login and the key everything matching by address uses. --}}

{{ __('edit_customer.email_hint') }}

{{ __('edit_customer.type_hint') }}

{{ __('edit_customer.vat_hint') }}

@error('billingAddress')

{{ $message }}

@enderror
{{-- What it actually decides: the language of the mail they get. --}}

{{ __('edit_customer.locale_hint') }}

{{ __('edit_customer.save') }} {{-- Livewire.dispatch, not Alpine's: the modal listens for a Livewire event of that name, and the Alpine form silently does nothing. --}} {{ __('edit_customer.cancel') }}