@include('livewire.tenant.lemarex.category.partials._header')
@include('livewire.tenant.lemarex.category.partials._tools')
| @if ($manageColumns['name']) |
|
@endif
@if ($manageColumns['type'])
Type | @endif @if ($manageColumns['parent'])Parent | @endif @if ($manageColumns['status'])Status | @endif @if ($manageColumns['created_at'])
|
@endif
@if ($manageColumns['updated_at'])
|
@endif
@if ($manageColumns['action'])
Action | @endif|
|---|---|---|---|---|---|---|---|---|
| @if ($category->visibility == '0') @else @endif | @if ($manageColumns['name']){{ $category->name }} | @endif @if ($manageColumns['type']){{ config('env.category_types')[$category->type] }} | @endif @if ($manageColumns['parent']){{ $category->parent }} | @endif @if ($manageColumns['status']){{ $category->trashed() ? 'Deleted' : ($category->status == 1 ? 'Active' : 'Inactive') }} | @endif @if ($manageColumns['created_at']){{ $category->created_at }} | @endif @if ($manageColumns['updated_at']){{ $category->updated_at }} | @endif @if ($manageColumns['action'])@endif |
{{ $categories->links() }}