bank management cartable

This commit is contained in:
2024-02-06 14:28:04 +03:30
parent 4cd577a2dc
commit 6dec676f9b
7 changed files with 345 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ import AccessibilityIcon from '@mui/icons-material/Accessibility';
import AssessmentIcon from '@mui/icons-material/Assessment';
import SecurityIcon from '@mui/icons-material/Security';
import SettingsIcon from '@mui/icons-material/Settings';
import AccountBalanceIcon from '@mui/icons-material/AccountBalance';
const sidebarMenu = [
[
@@ -97,6 +98,16 @@ const sidebarMenu = [
selected: false,
permissions: ["manage_province_affairs_navgan"],
},
{
key: "sidebar.bank-management",
secondary: "secondary.navgan-province-manager",
name: "management",
type: "page",
route: "/dashboard/bank-management",
icon: <AccountBalanceIcon sx={{width: 'inherit', height: 'inherit'}}/>,
selected: false,
permissions: ["manage_bank_referred_loans"],
},
{
key: "sidebar.navgan-loan-management",
secondary: "secondary.navgan-loan-management",