{{ $thread->user->displayName }}
@php $catrgory_links = []; foreach ($thread->categories->reverse() as $thread_category) { $catrgory_links[] = '' . $thread_category->name . ''; } $catrgory_links = implode(', ', $catrgory_links); @endphp {{ str( __('Started :at in :categories', [ 'categories' => $catrgory_links, 'at' => $thread->created_at->diffForHumans(), ]), )->toHtmlString() }}
{{ $thread->description }}
{{ str( __('This thread is flagged by :user.', [ 'user' => '' . $thread->flag->user->displayName . '', ]), )->toHtmlString() }}
{{ $thread->flag->reason }}