@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('razonSocial')) {{ $errors->first('razonSocial') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('descripcionGiro')) {{ $errors->first('descripcionGiro') }} @endif