@extends('admin.layouts.base') @section('title', 'Product Categories') @section('content')
| # | Name | Description | Status | Actions |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $category->name }} | {{ $category->description ?? '-' }} |
is_active ? 'checked' : '' }} />
|
|
| No product categories found | ||||