Asesor

@if ($errors->has('ci')) {{ $errors->first('ci') }} @endif
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('primary_lastname')) {{ $errors->first('primary_lastname') }} @endif
@if ($errors->has('phones')) {{ $errors->first('phones') }} @endif

Comunidad

@if ($errors->has('comunidad')) {{ $errors->first('comunidad') }} @endif
@if ($errors->has('direccion')) {{ $errors->first('direccion') }} @endif
@if ($errors->has('sector')) {{ $errors->first('sector') }} @endif
@if ($errors->has('state')) {{ $errors->first('state') }} @endif
@if ($errors->has('province')) {{ $errors->first('province') }} @endif
@if ($errors->has('locality')) {{ $errors->first('locality') }} @endif
@if ($errors->has('lugar_prestadores')) {{ $errors->first('lugar_prestadores') }} @endif
@if ($errors->has('direccion_lugar')) {{ $errors->first('direccion_lugar') }} @endif