System 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
#
Name Display Name Description Created At Action
{{$loop->index +1 }}
{{$role->name}} {{$role->display_name}} {{$role->description}} {{$role->created_at->diffForHumans()}}
There is no role found
{!! $roles->links() !!}