belongsToMany('App\Producto','pedidos_productos')->withPivot(["cantidad"]); } public function grupoDeCompra() { return $this->belongsTo('App\GrupoDeCompra'); } }