@push('title')
Roles & Permissions
@endpush
A role provided access to predefined menus and features so that depending on Add role, if it does not existRoles List
assigned role an administrator can have access to what user needs.
Total {{ count($role->users) }} {{ ucwords($role->name) }}s
@foreach ($role->users->sortByDesc('created_at')->take(10) as $user)
@if ($user->profile_picture)
{{ ucfirst($role->name) }}
View Permissions