@if ($showSuccesNotification) @endif
@if ($showFailureNotification) @endif
@if (session('succes')) @endif
{{ __('All Users') }}

{{ __('Show') }}  

  {{ __('entries') }}

{{ __('ID') }} {{ __('Name') }} {{ __('Description') }} {{ __('Creation Date') }} @can('manage-users', App\User::class) {{ __('Action') }} @endcan @foreach ($roles as $role) {{ $role->id }} {{ $role->name }} {{ $role->description }} {{ $role->created_at }} @can('manage-users', auth()->user()) @can('update', $role) @if (auth()->user()->role_id != $role->id) @can('delete', $role) @endcan @else @endif @endcan @endcan @endforeach
{{ $roles->links() }}