@if($thread->is_pinned)
📌 Pinned
@endif
@if($thread->is_featured)
⭐ Featured
@endif
@if($thread->category)
{{ $thread->category->name }}
@endif
{{ substr($thread->author_name, 0, 1) }}
{{ $thread->author_name }}
{{ $thread->created_at->diffForHumans() }}
{{ $thread->views_count }}
{{ $thread->replies_count }}
@if($forum->voting_enabled)
{{ $thread->votes_count }}
@endif