@extends('admin.layout_admin.main') @section('content')
| STT | Tên vai trò | Quyền | Thao tác |
|---|---|---|---|
| {{ $roles->firstItem() + $key }} | {{ $role->name }} | @if($role->permissions->count()) {{ Str::limit($role->permissions->pluck('name')->join(', '), 30) }} @else Chưa gán @endif |
Không tìm thấy vai trò nào khớp với từ khóa "{{ request('search') }}".
@elseChưa có vai trò nào trong hệ thống.
@endif @endif