Tags
@if (Session::has('status')) @endif @can('create', App\Models\Tag::class) @endcan

Show  

  entries

ID Name Color Creation Date @can('manage-items', App\User::class) Actions @endcan @foreach ($tags as $tag) {{ $tag->id }} {{ $tag->name }} {{ $tag->name }} {{ $tag->created_at }} @can('manage-items', auth()->user()) @can('update', $tag) edit
@endcan @if ($tag->item->isEmpty() && auth()->user()->can('delete',$tag)) @endif @endcan
@endforeach
{{ $tags->links() }}
@push('js') @endpush