$this->id, 'title' => $this->title, 'icon' => $this->icon, 'description' => $this->description, 'order' => $this->order, 'created_at' => Carbon::parse($this->created_at)->format('Y-m-d H:i:s'), 'updated_at' => Carbon::parse($this->updated_at)->format('Y-m-d H:i:s'), ]; } }