@section('title', 'Blog Categories') {{ __('Blog Categories List') }}
Our All Staffs
Showing {{ ($posts->currentPage() - 1) * $posts->perPage() + ($posts->total() ? 1 : 0) }} to {{ ($posts->currentPage() - 1) * $posts->perPage() + count($posts) }} of {{ $posts->total() }} Results
@foreach ($posts as $key => $row) @endforeach
Title Slug Action
img   {{ $row->title }} {{ $row->slug }} {{ $row->short_details }}
{{ $posts->appends(request()->except('page'))->links('pagination::bootstrap-4') }}