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