You May Also Like It
@foreach($allBlogs->sortByDesc('created_at')->take(2)->reverse() as $otherBlog)
@if($otherBlog->id !== $blog->id)
@endif
@endforeach
{{ implode(' ', array_slice(explode(' ', strip_tags($otherBlog['description'])), 0, 10)) }}