belongsTo(Sale::class); } // Rel 2: Este detalle pertenece a un Producto public function product() { return $this->belongsTo(Product::class); } }