@extends('layouts.admin') @section('title','Roles list') @section('content')
| id | Role | {{-- @canany(['role.edit']) --}}actions | {{-- @endcan --}}||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $role->name }} | {{-- @canany(['role.edit']) --}}Actions | {{-- @endcan --}}||||||||
|
{{-- There is no data! |
||||||||||
Showing {{$roles->count()}} of {{ $roles->total() }} record(s).