@section('title', 'Roles List')

A role provided access to predefined menus and features so that depending on
assigned role an administrator can have access to what user needs.

@can('read user')
{!! getIcon('magnifier', 'fs-3 position-absolute ms-5') !!}
{{-- @include('admin.pages.roles.filter') --}}
{{$dataTable->table()}}
@endcan @push('scripts') {{$dataTable->scripts(null, ['nonce' => csp_nonce()])}} @endpush