@extends('oxygen::layouts.master-dashboard') @section('content')
Only account owners and administrators can add users. Please contact a group Admin to add new users.
Group | View Users | Add Users | Edit Permissions | Actions |
---|---|---|---|---|
{{ $role['title'] }}
{{ $role['description'] }}
|
View Users | @if ($user->can('edit-group-users')) @endif | @if ($user->can('edit-group-permissions')) Permissions @endif |
@if ($user->can('edit-groups'))
Edit Role
@endif
@if ($user->can('delete-groups') && $role['allow_to_be_deleted'])
@endif
|