@extends('layouts.admin') @section('content')
Following is the list of all the Roles.
| S.No | Permission | Action |
|---|---|---|
|
{{ $k + 1 }} |
{{ $role->name }} | @can('role-update') @endcan @can('role-delete') @endcan |