@extends('user::layouts.backend-master') @section('breadcrumb_title', 'Roles List') @section('content')
| # | Role Name | Actions | |||
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $role->name }} |
@include('backend::components.edit-button', [
'route' => route('admin.roles.edit', $role->id),
])
@include('backend::components.delete-button', ['id' => $role->id])
|
|||
| No users found | |||||