@include('livewire.tenant.lemarex.field.partials._header')
@include('livewire.tenant.lemarex.field.partials._tools')
| @if ($manageColumns['name']) |
|
@endif
@if ($manageColumns['type'])
|
@endif
@if ($manageColumns['module'])
|
@endif
@if ($manageColumns['category'])
Category | @endif @if ($manageColumns['status'])Status | @endif @if ($manageColumns['created_at'])
|
@endif
@if ($manageColumns['updated_at'])
|
@endif
@if ($manageColumns['action'])
Action | @endif|
|---|---|---|---|---|---|---|---|---|---|
| @if ($field->visibility == '0') @else @endif | @if ($manageColumns['name']){{ $field->name }} | @endif @if ($manageColumns['type']){{ $field->type }} | @endif @if ($manageColumns['module'])
@if ($field->module->count() > 0)
|
@if ($field->category->count() > 0)
|
@endif
@if ($manageColumns['status'])
{{ $field->trashed() ? 'Deleted' : ($field->status == 1 ? 'Active' : 'Inactive') }} | @endif @if ($manageColumns['created_at']){{ $field->created_at }} | @endif @if ($manageColumns['updated_at']){{ $field->updated_at }} | @endif @if ($manageColumns['action'])@endif |
{{ $fields->links() }}