{{-- $branch CommentTreeNode --}}
@include('comments.comment', ['comment' => $branch->comment])
@foreach($branch->children as $childBranch) @include('comments.comment-branch', ['branch' => $childBranch]) @endforeach