All Product Category

Add Product Category
@foreach ($categories as $key => $category) @endforeach @if ($categories->count() === 0) @endif
# Product category name Status Action
{{ $key + 1 }}

{{ $category->name }}

Category Not Found
{{ $categories->links() }}