3 @include('comments.comment', ['comment' => $branch['comment']])
5 @if(count($branch['children']) > 0)
6 <div class="flex-container-row">
8 <div class="comment-thread-indicator fill-height"></div>
11 @foreach($branch['children'] as $childBranch)
12 @include('comments.comment-branch', ['branch' => $childBranch])