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