This introduces a EU VAT validation field for Laravel Nova.
The field will validate on client side and server side.
You need to run the following command:
composer require napp/nova-vat-validation
VatValidation::make('vat')
->rules('required', 'string', 'vat')
->hideFromIndex(),