@php($routeStore = route('configuration.chat.store-permission'))
You can override defaults by creating specific permissions for users, roles, or groups below. There is no limit to the number of rules.
| From Scope | From Selection | To Scope | To Selection | Access | Actions | |
|---|---|---|---|---|---|---|
| {{ $scopeTypes[$perm->from_scope_type] ?? $perm->from_scope_type }} | {{ $perm->fromSelectionLabel() }} | {{ $scopeTypes[$perm->to_scope_type] ?? $perm->to_scope_type }} | {{ $perm->toSelectionLabel() }} |
{!! html()->form('POST', route('configuration.chat.toggle-permission-status',$perm->id))->attributes(['style'=>'display:inline'])->open() !!}
@csrf
status ? 'checked' : '' }} onchange="this.form.submit()">
{!! html()->form()->close() !!}
|
||
| No Chat Permissions Found | ||||||