$this->title, 'content' => $this->content, 'image' => $this->image, 'link' => $this->link, 'settings' => $this->settings, '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, 'slider_id' => $this->slider_id, ]; } }