@extends('layouts.app') @section('title', 'User Groups') @section('content')
User Groups
@if(!session('company_id'))
@endif
# Name Description Status Created Actions
Loading...
New Group
Please enter group name
Please select a status

Members
Search all users except Super Admin.
Tip: save the group first to apply changes.
    Last operation on Members
      Group Roles
      Tip: save the group first to apply changes.
        Last operation on Roles
          Apply modes
          Members
          • Attach: Add the selected users into this group.
          • Detach: Remove only the selected users from this group.
          • Sync exactly: Replace current members with exactly the selected set.
          Group Roles
          • Attach: Add the selected roles to this group (members inherit them).
          • Detach: Remove only the selected roles from this group (cleaned from members if not retained elsewhere).
          • Sync exactly: Replace group roles with exactly the selected set (propagated to members).
          @endsection @push('scripts') @endpush