{{ trans('registro.label_datos_contacto') }}
@if ($errors->has('primerNombre')) {{ $errors->first('primerNombre') }} @endif
@if ($errors->has('apellido')) {{ $errors->first('apellido') }} @endif
@if ($errors->has('segundoNombre')) {{ $errors->first('segundoNombre') }} @endif
@if ($errors->has('posicion')) {{ $errors->first('posicion') }} @endif
@if ($errors->has('telefonoContacto')) {{ $errors->first('telefonoContacto') }} @endif
@if ($errors->has('extContacto')) {{ $errors->first('extContacto') }} @endif
@if ($errors->has('movilContatco')) {{ $errors->first('movilContatco') }} @endif
@if ($errors->has('emailContacto')) {{ $errors->first('emailContacto') }} @endif