@include('livewire.tenant.lemarex.tag.partials._header')
@include('livewire.tenant.lemarex.tag.partials._tools')
@if ($manageColumns['name']) @endif @if ($manageColumns['description']) @endif @if ($manageColumns['colour']) @endif @if ($manageColumns['active']) @endif @if ($manageColumns['created_at']) @endif @if ($manageColumns['updated_at']) @endif @if ($manageColumns['action']) @endif @foreach ($tags as $tag) @if ($manageColumns['name']) @endif @if ($manageColumns['description']) @endif @if ($manageColumns['colour']) @endif @if ($manageColumns['active']) @endif @if ($manageColumns['created_at']) @endif @if ($manageColumns['updated_at']) @endif @if ($manageColumns['action']) @endif @endforeach
Colour Action
{{ $tag->name }}{{ $tag->description ?? '---' }}{{ $tag->active ? 'Yes' : 'No' }}{{ $tag->created_at->format('d/m/Y H:i:s') }}{{ $tag->updated_at->format('d/m/Y H:i:s') }}
{{ $form_type == 'create' ? 'Create New Tag' : 'Update Tag' }}
@livewire('tenant.lemarex.tag.add-edit-tag')