@foreach($taxonomies as $taxonomy) {{-- TODO: add instant active/inactive link?--}} @endforeach
ID Key Name Description Active? Notes Created Updated Actions
{!! link_to_route('backend.taxonomies.show', $taxonomy->id, ['id' => $taxonomy->id]) !!} {!! link_to_route('backend.taxonomies.show', $taxonomy->key, ['id' => $taxonomy->id]) !!} {!! link_to_route('backend.taxonomies.show', $taxonomy->name, ['id' => $taxonomy->id]) !!} {{ $taxonomy->description }} {{ $taxonomy->is_active ? 'Yes' : 'No' }}{{ $taxonomy->notes }} {!! Helper::displayCalendarDatetime($taxonomy->created_at) !!} {!! Helper::displayCalendarDatetime($taxonomy->updated_at) !!} {!! Helper::icon_to_route('backend.taxonomies.show', 'fa-eye', [$taxonomy->id], ['title' => 'View Taxonomy']) !!} @role('overlord') {!! Helper::icon_to_route('backend.taxonomies.edit.get', 'fa-pencil', [$taxonomy->id], ['title' => 'Edit Taxonomy']) !!} @endrole
@push('scripts') @endpush