2 $branch CommentTreeNode
4 <div class="comment-branch">
6 @include('comments.comment', ['comment' => $branch->comment])
8 <div class="flex-container-row">
9 <div class="comment-thread-indicator-parent">
10 <div class="comment-thread-indicator"></div>
12 <div class="comment-branch-children flex">
13 @foreach($branch->children as $childBranch)
14 @include('comments.comment-branch', ['branch' => $childBranch])