$this->title, 'article_cover' => $this->cover_res, 'article_content' => $this->content, 'created_at' => $this->created_at->toDateString() ]; } public function with($request) { return ['code' => Response::HTTP_OK, 'message' => '']; } }