*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'title' => $this->title, 'slug' => $this->slug, 'path' => $this->path, 'is_url' => $this->is_url, 'icon' => $this->icon ]; } }