{{ $forum->title }}

{{ $forum->title }}

{{ truncate($forum->description, 130) }}

{{ $forum->topics_count }} {{ trans('topics') }}
{{ $forum->posts_count }} {{ trans('posts') }}
@if(!empty($forum->lastTopic))
{{ $forum->lastTopic->creator->full_name }}
{{ truncate($forum->lastTopic->title, 26) }}
{{ $forum->lastTopic->creator->full_name }} {{ trans('on') }} {{ dateTimeFormat($forum->lastTopic->created_at, 'j M Y H:i') }}
@endif