t('Home'), 'path' => 'admin'],
['label' => t('Permissions')],
];
require templatePath('partials/app-breadcrumb.phtml');
?>
$searchConfig,
'filterSchema' => $clientFilterSchema,
'filterChipMeta' => $filterChipMeta,
'gridLang' => $gridLang,
'labels' => [
'description' => t('Description'),
'permissionKey' => t('Permission key'),
'status' => t('Status'),
'system' => t('System'),
'created' => t('Created'),
'active' => t('Active'),
'inactive' => t('Inactive'),
],
];
?>