@if ($errors->has('findUs'))
* {{ $errors->first('findUs') }}
@endif
@if ($errors->has('totalAnualSales'))
* {{ $errors->first('totalAnualSales') }}
@endif
@if ($errors->has('companyType'))
* {{ $errors->first('companyType') }}
@endif
@if ($errors->has('familiesIds'))
* {{ $errors->first('familiesIds') }}
@endif
@foreach ($families as $family)
@endforeach
@if ($errors->has('captcha'))
{{ $errors->first('captcha') }}
@endif