@extends('layout') @section('actions')
@endsection @section('title') Groups Control @endsection @section('content')| # | Group | Scope | Actions |
|---|---|---|---|
| {{ $index++ }} | {{ $group->name }} | P:{{ $group->policies_count }} M:{{ $group->users_count }} | |
@if(count($group->unassigned_users))
@endif
|
|||