@extends('layouts.admin') @section('title', 'Footwear Categories') @section('content')
Manage footwear styles and customer catalog filtering groupings.
| Category Name | URL Slug | Products Count | Status | Actions |
|---|---|---|---|---|
| {{ $cat->name }} {{ Str::limit($cat->description, 50) }} | /shop?category={{ $cat->slug }} | {{ $cat->products_count }} Products | {{ $cat->is_active ? 'Active' : 'Hidden' }} | Edit |
| No categories found. | ||||