$postLog['id'], 'username' => $postLog['username'], 'log_type' => $postLog['log_type'], 'created_at' => Carbon::parse($postLog['created_at'])->toDateTimeString(), 'content' => $postLog['content'], ]; } }