Configure categories, sub-categories, units of measurement, sizes, demographic groups, and colour palettes.
| Category Name | Hierarchy Type | Parent Category | Linked Products | Status | Actions |
|---|---|---|---|---|---|
|
@if($cat->parent_id)
└─
{{ $cat->name }}
@else
@if($cat->description)
{{ substr($cat->name, 0, 1) }}
{{ $cat->name }}
@endif
{{ Str::limit($cat->description, 60) }} @endif |
@if($cat->parent_id) Sub Category @else Parent Root @endif | @if($cat->parent) {{ $cat->parent->name }} @else None (Root) @endif | {{ $cat->products_count }} | ||
| No categories found matching your search. | |||||
| Unit Code | Unit Name | Description | Status | Actions |
|---|---|---|---|---|
| {{ $unit->code }} | {{ $unit->name }} | {{ $unit->description ?? '-' }} | ||
| No units found matching your search. | ||||
| Group Name | System Code | Sort Order | Status | Actions |
|---|---|---|---|---|
| {{ $g->name }} | {{ $g->code ?? '-' }} | {{ $g->sort_order }} | ||
| No demographic groups found. | ||||
| Size Range Name | Code | Description | Status | Actions |
|---|---|---|---|---|
| {{ $size->name }} | {{ $size->code ?? '-' }} | {{ $size->description ?? '-' }} | ||
| No size ranges found. | ||||