Processing...
@foreach ($blogs as $blog) @endforeach
ID Title Published Use global keywords
and description
Keywords Description Action
{{ $blog->id }} {{ Str::words($blog->title, 5, '... ') }} {{ Str::words($blog->keywords, 5,'... ') }} {{ Str::words($blog->description, 5,'... ') }}
{{ $blogs->onEachSide(3)->links('custom-pagination-links-view') }}