@if (count($roles))
@foreach ($roles as $role)
@endforeach
@else
@endif
@lang('Name') |
@lang('Display Name') |
@lang('# of users with this role') |
@lang('Action') |
{{ $role->name }} |
{{ $role->display_name }} |
{{ $role->users_count }} |
@if ($role->removable)
@endif
|
@lang('No records found.') |