@once
@push('scripts')
@endpush
@endonce
@php $catrgory_links = []; foreach ($thread->categories->reverse() as $category) { $catrgory_links[] = '' . $category->name . ''; } $catrgory_links = implode(', ', $catrgory_links); @endphp {{ str( __('Started :at by :user in :categories', [ 'categories' => $catrgory_links, 'at' => $thread->created_at->diffForHumans(), 'user' => '' . $thread->user->displayName . '', ]), )->toHtmlString() }}
{{ __('Thread is not approved yet.') }}
@endif