{{-- $comments - CommentTree --}}
{{ trans('entities.comment_editor_explain') }}
{{ trans('entities.comment_none') }}
{{ trans('entities.comment_editor_explain') }}
@foreach($comments->getActive() as $branch) @include('comments.comment-branch', ['branch' => $branch, 'readOnly' => true]) @endforeach @if($comments->empty()){{ trans('entities.comment_none') }}
@endif @if($comments->archivedThreadCount() > 0){{ trans('entities.comment_archived_threads') }}
@foreach($comments->getArchived() as $branch) @include('comments.comment-branch', ['branch' => $branch, 'readOnly' => true]) @endforeach