@lang('common.forum_title') | @lang('common.category') | @lang('common.topics') | @lang('common.comment') | @lang('common.action') |
---|---|---|---|---|
{{ @$forum->title }}
|
{{ @$forum->forumCategory->title }}
|
{{ @$forum->forumTopics()->count()}} | @php $totalComments = 0; foreach ($forum->forumTopics as $topic) { $totalComments += $topic->forumComments()->count(); } @endphp {{ $totalComments }} |
|