Categories

Categories List

This page allows administrators to manage categories. You can view, add, edit, and delete categories as well as activate or deactivate them as needed.

@php $i = 1; @endphp @foreach ($categories as $category) @endforeach
SL No. Product category ID Name Slug Status Action
{{ $i++ }} @if ($category->parent_id !== null) #CATID0{{ $category->parent_id }} @else Product Not set with this category @endif {{ $category->category }} {{ $category->slug }} @if ($category->status)
@csrf @method('PUT')
@else
@csrf @method('PUT')
@endif
@csrf @method('DELETE')