{!! $thread->name!!}
{{$thread->notes->count()}}
@foreach($thread->tags as $tag)
#{{$tag->text}}
@endforeach
{!! \Illuminate\Support\Str::highlightSearch(\App\Helpers\General\StringHelper::truncateWithoutTags($thread->body, 100), urldecode(request()->query('search'))) !!}