@if (empty($userProfile->direccion_fiscal))
@if ($errors->has('findUs'))
* {{ $errors->first('findUs') }}
@endif
@if ($errors->has('totalAnualSales'))
* {{ $errors->first('totalAnualSales') }}
@endif
@if ($errors->has('companyType'))
* {{ $errors->first('companyType') }}
@endif