$postStore['id'], 'type' => $postStore['type'], 'source' => $postStore['source'], 'title' => $postStore['title'], 'content' => $postStore['content'], 'img' => $postStore['img'], 'imgs' => array_column($postStore->imgs->toArray(), 'img'), 'is_used' => $postStore['is_used'], 'created_at' => Carbon::parse($postStore['created_at'])->toDateTimeString(), ]; } }