Sub Category List
ID | Name | Category Name | Action | Created At | Updated At |
---|---|---|---|---|---|
{{ ($categories->currentPage() - 1) * $categories->perPage() + $key + 1 }} | {{ $cat->name }} | {{ $cat->category->name ?? '-' }} | @include('Dashboard.SubCategory.edit') | {{ $cat->created_at->diffForHumans() }} | {{ $cat->updated_at->diffForHumans() }} |
![]() |
{{ $categories->appends(request()->all())->links() }}