{{-- --}}

System Permissions Roles

{{--

All Roles typically refers to the various divisions or units within a company or organization that are responsible for different functions, such as marketing, finance, human resources, and operations, among others.

--}}
@forelse($roles as $role) @empty @endforelse
#
Role Permissions Users Action
{{$loop->index +1 }}
{{$role->display_name}} @forelse($role->permissions->where('Parent',0) as $permission) {{ $permission->display_name }} @empty @endforelse {{$role->users->count()}}
{{-- --}} {{-- --}}
There is no Role found
{!! $roles->links() !!}