belongsTo(Sale::class); } // este detalle corresponde a un Producto public function product() { return $this->belongsTo(Product::class); } }