{!! 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' }} | {{-- TODO: add instant active/inactive link?--}}
{{ $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
|
@endforeach