@extends('parent-panel.partials.master') @section('title') {{ @$title }} @endsection @section('content')
{{ ___('common.Comments') }} ({{ @$forum->commentsAndReply()->count() }})
@foreach($forum->comments->where('parent_id', null) as $comment) @include('forums::parents_forum.comment', ['comment' => $comment]) @endforeach