@push('head') @endpush
|
#
@if($sortField === 'order')
@endif
|
Icon |
Name
@if($sortField === 'name')
@endif
|
Type | URL |
Parent
@if($sortField === 'parent_id')
@endif
|
Status
@if($sortField === 'is_active')
@endif
|
Actions | |||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $cat->sort_order }} | {{ $cat->name }} | {{ $cat->type }} | {{ $cat->url }} | {{ $cat->parent?->name ?? '-' }} | @if($cat->is_active) Active @else Inactive @endif | |||||
| {{ $sub->sort_order }} | — {{ $sub->name }} | {{ $sub->type }} | {{ $sub->url }} | {{ $sub->parent?->name }} | @if($sub->is_active) Active @else Inactive @endif | |||||
| {{ $child->sort_order }} | —— {{ $child->name }} | {{ $child->type }} | {{ $child->url }} | {{ $child->parent?->name }} | @if($child->is_active) Active @else Inactive @endif | |||||
|
No categories found. |
||||||||||