@extends('admin.layouts.app') @section('title', 'Department Permission') @section('content')

Group Hierarchy Setup teams and hierarchy within your business in SaleSoft CRM.


Define Groups
How you group your team players? You can define the workgroups here, all the registered employees and system users will list for you to manage your workforce.
Group Name
Department
Group Head
@if(!empty($data['groups'])) @foreach($data['groups'] as $key => $group)
@endforeach @endif
Setup Team Members
How you need to composite work groups? Setup group players from the pool of your employees and system users, one can be a member of different groups as well.
Team Player

Are You Sure?

Your recently changed data in this model will be lost.

@stop @section('styles') @stop @section('admin_js') @stop