{{-- R24: the form scrolls, the title and the buttons do not. This modal is the reason the rule exists — with eight fields it was taller than the window and its own save button was off the bottom of it. --}}
{{-- 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') }}

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

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

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

{{-- form=, because the button now lives outside the
it submits: that is the price of a footer that does not scroll away, and it is an HTML attribute rather than a workaround. --}} {{ __('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') }}