@extends('admin.layouts.admin') @section('title', 'Categories') @section('content')
Product categories shown on the website.
| Name (Kannada) | Products | Status | |
|---|---|---|---|
| {{ $category->getTranslation('name', 'kn') }} | {{ $category->products_count }} | {{ $category->is_active ? 'Active' : 'Hidden' }} | Edit |
| No categories yet. | |||