$post['id'], 'created_at' => Carbon::parse($post['created_at'])->toDateTimeString(), 'uid' => $post['uid'], 'username' => $post['username'], 'avatar' => $post['avatar'], 'topic' => $this->getTopic($post['topic_ids'], 1), 'img' => $post['img'], 'content' => subtext(strip_tags($post['content']), 200), ]; } }