@extends('oxygen::layouts.master-dashboard') @section('content') {{ lotus()->pageHeadline($pageTitle) }} {{ lotus()->breadcrumbs([ ['Dashboard', route('dashboard')], [$pageTitle, null, true] ]) }} @if ($user->can('view-groups')) @endif @if ($user->can('view-permissions')) @endif @if ($user->can('invite-group-users')) @endif
Groups & Permissions
Create and manage groups who can use the application.
Manage Groups
Permissions Categories
Assign permissions to categories for more granular control.
Manage Permission Categories
Invite Users
Send invitations to users to join groups.
Invite Users
@if (!$viewedItemCount) {{ lotus()->emptyStatePanel("You don't have permissions to see some content on this page.") }} @endif @stop