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

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

@foreach($comments->get() as $branch) @include('comments.comment-branch', ['branch' => $branch, 'readOnly' => true]) @endforeach @if($comments->empty())

{{ trans('common.no_items') }}

@endif