$this->id, 'title' => $this->title, 'content' => $this->content, 'image' => $this->image, 'link' => $this->link, 'link_text' => $this->link_text, 'color_theme' => $this->color_theme, 'is_active' => $this->is_active, 'start_time' => $this->start_time?->toDateTimeString(), 'end_time' => $this->end_time?->toDateTimeString(), 'sort' => $this->sort, 'created_at' => $this->created_at?->toDateTimeString(), 'updated_at' => $this->updated_at?->toDateTimeString(), ]; } }