{{ ctrans('texts.account_holder_information') }}

{{ ctrans('texts.enter_information_for_the_account_holder') }}

{{ ctrans('texts.account_holder_name') }}
@error('name')

{{ $message }}

@enderror
{{ ctrans('texts.email_address') }}
@error('email')

{{ $message }}

@enderror
{{ ctrans('texts.contact_phone') }}
@error('home_phone')

{{ $message }}

@enderror
{{ ctrans('texts.work_phone') }}
@error('phone')

{{ $message }}

@enderror
{{ ctrans('texts.customer_type') }}
@error('customer_type')

{{ $message }}

@enderror