@if ($page->children->count() > 7) @php $blogpage = $page->children[7]; @endphp @php $blogs = getBlogs(limit: 3, order: 'desc', paginate: true); @endphp {{ $blogpage->title }} {!! implode(' ', array_slice(explode(' ', $blogpage->short_description), 0, 3)) . '' . implode(' ', array_slice(explode(' ', $blogpage->short_description), 3)) !!} @foreach ($blogs as $blog) {{ getFormatted(date: $blog->date, format: 'd M, Y') }} {{ $blog->title }} {{-- {{ $blog->short_description }} --}} {{ str($blog->short_description)->limit(170) }} Post Details @endforeach @endif
{{ $blog->short_description }}
{{ str($blog->short_description)->limit(170) }}