@php $blockPosts = $posts->take(2); $smallPosts = $posts->skip(2)->take(4); @endphp
{!! \Illuminate\Support\Str::limit($post->title, 40) !!}