@php $class = $thread->isUnread(Auth::id()) ? 'alert-info' : '' @endphp

{{ $thread->subject }} ({{ $thread->userUnreadMessagesCount(Auth::id()) }} unread)

Creator: {{ $thread->creator()->name }}
Posted: {{ $thread->created_at->diffForHumans() }}