$post->comments()->updateMany([ [ 'message' => 'A new comment.', ], [ 'message' => 'Another new comment.', ], ]);