@section('title', 'List Roles') @push('script') @endpush @push('style') @endpush @section('toolbar') @endsection
@foreach ($roles as $role)

{{ $role->name_display }}

Total users with this role: {{ $role->users->count() }}
@endforeach