@push('head') @endpush
|
Name
@if($sortField === 'name')
@endif
|
Description |
Parent
@if($sortField === 'parent_id')
@endif
|
Status
@if($sortField === 'is_active')
@endif
|
Actions | ||||
|---|---|---|---|---|---|---|---|---|
| {{ $cat->name }} | {{ $cat->description }} | {{ $cat->parent?->name ?? '-' }} | @if($cat->is_active) Active @else Inactive @endif | |||||
| — {{ $sub->name }} | {{ $sub->description }} | {{ $sub->parent?->name }} | @if($sub->is_active) Active @else Inactive @endif | |||||
| —— {{ $child->name }} | {{ $child->description }} | {{ $child->parent?->name }} | @if($child->is_active) Active @else Inactive @endif | |||||
|
No categories found. |
||||||||