@csrf @if(session('success')) @endif
@if($errors->has('taxType')) {{ $errors->first('taxType') }} @endif
@if($errors->has('legalName')) {{ $errors->first('legalName') }} @endif
@if($errors->has('dateOfBirth')) {{ $errors->first('dateOfBirth') }} @endif
@if($errors->has('issuingCountry')) {{ $errors->first('issuingCountry') }} @endif
@if($errors->has('taxIdentificationNumber')) {{ $errors->first('taxIdentificationNumber') }} @endif
@if($errors->has('vatNumber')) {{ $errors->first('vatNumber') }} @endif
@if($errors->has('primaryAddress')) {{ $errors->first('primaryAddress') }} @endif