{{ __('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) !!}
{{ __('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) !!}
{{ __('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) !!}
{{ __('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) !!}