Categories Data Table

@foreach ($categories as $category) @endforeach
# Name Products Status Actions
{{ $loop->iteration }} {{ $category->name }} {{ $category->products_count }} @if ($category->is_active) Active @else Inactive @endif
@csrf
{{ $categories->links() }}