@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('descripcion')) {{ $errors->first('descripcion') }} @endif