!Arr::get($sessionCheckoutData, 'with_tax_information', false)]) >
$errors->has('tax_information.company_name'), ])>
{{ __('Enter your registered business or company name as it appears on official documents (e.g., ABC Corporation Ltd.).') }} {!! Form::error('tax_information.company_name', $errors) !!}
$errors->has('tax_information.company_address'), ])>
{{ __('Enter your complete business address including street, city, state, and postal code (e.g., 123 Business Street, Suite 100, City, State 12345).') }} {!! Form::error('tax_information.company_address', $errors) !!}
$errors->has('tax_information.company_tax_code'), ])>
{{ __('Enter your business tax identification number such as Tax ID, VAT number, or EIN (e.g., 12-3456789, VAT123456789, EIN 12-3456789).') }} {!! Form::error('tax_information.company_tax_code', $errors) !!}
$errors->has('tax_information.company_email'), ])>
{{ __('Enter your business email address where invoices and tax documents will be sent (e.g., billing@company.com).') }} {!! Form::error('tax_information.company_email', $errors) !!}