{{-- $comments - CommentTree --}}

{{ trans('entities.comments') }}

{{ 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
@endif