product = $product; } public function isInstall() { // O'rnatib berish xizmati bor yoki yo'qligini aniqash uchun return $this->product->categories()->whereIn('id', $this->instalition_categories)->count() >= 1; } }