$post = Post::with('comments.replyComments')->find($id); $comments = $post->comments; $replies = $comments->replyComments;