{{ $stats['total_threads'] }}
Threads
{{ $stats['total_posts'] }}
Posts
{{ $stats['total_categories'] }}
Categories
Start a new discussion
@php($cats = isset($categories) ? $categories : $forum->categories) @if($cats->count() > 0) @endif @if($recentThreads->count() > 0)

Recent Discussions

@foreach($recentThreads as $thread)
@if($thread->is_pinned) 📌 @endif @if($thread->category) {{ $thread->category->name }} @endif

{{ $thread->excerpt }}

{{ substr($thread->author_name, 0, 1) }}
{{ $thread->author_name }}
{{ $thread->created_at->diffForHumans() }}
{{ $thread->replies_count }}
@if($forum->voting_enabled)
{{ $thread->votes_count }}
@endif
@endforeach
@else

No discussions yet

Be the first to start a conversation!

@endif