@if ($showSuccesNotification) @endif
@if ($showFailureNotification) @endif
@if (session('succes')) @endif
{{ __('All Tags') }}
+  {{ __('New Tag') }}

{{ __('Show') }}  

  {{ __('entries') }}

{{ __('ID') }} {{ __('Name') }} {{ __('Creation Date') }} @can('manage-items', App\User::class) {{ __('Action') }} @endcan @foreach ($tags as $tag) {{ $tag->id }} {{ $tag->name }} {{ $tag->created_at }} @can('manage-items', auth()->user()) @if (auth()->user()->can('update', $tag) || auth()->user()->can('delete', $tag)) @can('update', $tag) @endcan @can('delete', $tag) @endcan @endif @endcan @endforeach
{{ $tags->links() }}