@php $item = $forum ?? $thread @endphp
{!! $thread->prefix->display_style ?? '' !!} {{ $item->title }} @if(isset($forum) && !empty($forum->description)) {{ $forum->description }} @endif
@if(!is_null($item->lastpost)) {{ $item->lastpost->title }} {{ $item->lastpost->created_at->format($currentUser->profile->dateformat) }} @lang('by') {{ $item->lastpost->createdBy->username }} @else — @endif