url_key || ! $this->status || ! $this->visible_individually ) { return []; } return Url::create(route('shop.product_or_category.index', $this->url_key)) ->setLastModificationDate(Carbon::create($this->updated_at)); } }