@foreach ($blogs as $blog) {{ $loop->index + 1 }} {{ Str::limit($blog->title, 25, '...') }} @endforeach