{{ __('Thread') }} — {{ __('Posted at :date', ['date' => date('F j, Y, g:i a', strtotime($thread->created_at))]) }}
@may (Forums::roleset(), Forums::CREATE_REPLIES) @if (!$thread->locked) {{ __('Reply') }} @endif @endmay @if ($thread->author == Auth::user() || Auth::user()->may(Forums::roleset(), Forums::GLOBAL_EDIT_POSTS)) {{ __('Edit') }} @endif @may (Forums::roleset(), Forums::GLOBAL_DELETE_POSTS) @endmay

{{ $thread->author->username }}

Joined: {{ date('F j Y', strtotime($thread->author->created_at)) }}
Posts: {{ $thread->author->threads->count() + $thread->author->replies->count() }}

{{ $thread->body }}