$this->id, 'name' => $this->description->name ?? '', 'parent_id' => $this->parent_id, 'position' => $this->position, 'active' => $this->active, 'url_edit' => admin_route('categories.edit', $this), 'children' => CategoryResource::collection($this->children), ]; return $data; } }