@extends('layouts.app') @section('title', 'Categories') @push('styles') @endpush @section('content')
Organise your products. Pick a category when adding a product, or quick-add one from the product form.
| Name | Description | Products | Status | Actions |
|---|---|---|---|---|
|
{{ $cat->name }}
{{ $cat->slug }}
|
{{ \Illuminate\Support\Str::limit($cat->description, 80) ?: '—' }} | {{ $cat->products_count }} | @if($cat->is_active) Active @else Inactive @endif |
|