@if (count($roles))
@foreach ($roles as $role)
@endforeach
@else
@endif
@lang('app.name') |
@lang('app.display_name') |
@lang('app.users_with_this_role') |
@lang('app.action') |
{{ $role->name }} |
{{ $role->display_name }} |
{{ $role->users_count }} |
@if ($role->removable)
@endif
|
@lang('app.no_records_found') |