@extends('layouts.admin') @section('title', 'Garment Categories') @section('page-title', 'Garment Categories') @section('content')
Manage garment categories for grouping types.
@can('create orders') Add Category @endcan| Name | Code | Description | Status | Actions |
|---|---|---|---|---|
| {{ $cat->name }} | {{ $cat->code }} | {{ Str::limit($cat->description, 40) ?: '—' }} | {{ $cat->status }} | @can('view orders')View@endcan @can('edit orders')Edit@endcan @can('delete orders') @endcan |
| No categories yet. | ||||