@extends('layouts.admin') @section('title', 'Category Management') @section('content')
Organize skincare products into collections and categories.
| Category Name | Slug | Product Count | Status | Actions |
|---|---|---|---|---|
|
{{ $cat->name }}
@if($cat->description)
{{ Str::limit($cat->description, 40) }}
@endif
|
{{ $cat->slug }} |
{{ $cat->products_count }} products | {{ $cat->is_active ? 'Active' : 'Disabled' }} |