@extends('admin.layout_admin.main') @section('css') @endsection @section('content')
Kết quả tìm kiếm cho từ khóa: {{ request()->input('q') }}
@endif @if ($roles->count() > 0)| STT | Tên vai trò | @can(['chinh-sua-vai-tro', 'xoa-vai-tro'])Xử lý | @endcan
|---|---|---|
| {{ $roles->firstItem() + $key }} | {{ $role->name }} ({{ $role->users->count() }}) |
Không tìm thấy vai trò nào cho từ khóa {{ request()->input('q') }}!
@elseChưa có vai trò nào!
@endif @endif