{{ $title }}
@if (hasPermission('forum_list'))
{{ ___('common.Back') }}
@endif
{!! $forum->description !!}
{{ ___('common.Comments') }} ({{ @$forum->commentsAndReply()->count() }})
@foreach($forum->comments->where('parent_id', null) as $comment) @include('forums::forum.comment', ['comment' => $comment]) @endforeach