{!! \Illuminate\Support\Str::limit($firstPost->title, 65) !!}
{!! strip_tags(\Illuminate\Support\Str::limit($firstPost->content, 120)) !!}
@php //$posts = data_get($categorySection, 'category.post', collect([])); $firstPost = $posts->first(); $bottomPosts = $posts->skip(1)->take(6); @endphp
{!! strip_tags(\Illuminate\Support\Str::limit($firstPost->content, 120)) !!}