{{-- Form panel --}}

{{ __('auth.register_title') }}

{{ __('auth.register_subtitle') }}

@csrf {{-- Asked here and nowhere else, because here is where the customer record comes into being. It decides the fourteen-day right of withdrawal, how the invoice is worded and whether reverse charge can ever apply — none of which a VAT field can answer, since most small businesses have no number and no consumer has one. Two radios and no preselection: a default would be an answer nobody gave. --}}
{{ __('auth.customer_type') }}
@foreach ([\App\Models\Customer::TYPE_CONSUMER, \App\Models\Customer::TYPE_BUSINESS] as $type) @endforeach

{{ __('auth.customer_type_hint') }}

@error('customer_type')

{{ $message }}

@enderror
{{ __('auth.create_account') }}

{{ __('auth.have_account') }} {{ __('auth.sign_in') }}