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