1 <div class="comment-branch">
3 @include('comments.comment', ['comment' => $branch['comment']])
5 <div class="flex-container-row">
6 <div class="comment-thread-indicator-parent">
7 <div class="comment-thread-indicator"></div>
9 <div class="comment-branch-children flex">
10 @foreach($branch['children'] as $childBranch)
11 @include('comments.comment-branch', ['branch' => $childBranch])