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