verticalMenu.json 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  1. {
  2. "menu": [
  3. {
  4. "url": "",
  5. "name": "Dashboard",
  6. "slug": "dashboard",
  7. "badge": "2",
  8. "badgeClass": "badge badge-warning badge-pill float-right mr-2",
  9. "icon": "feather icon-home",
  10. "submenu": [
  11. {
  12. "url": "/",
  13. "name": "Analytics",
  14. "icon": "feather icon-circle",
  15. "i18n": "nav.dashboard_analytics"
  16. },
  17. {
  18. "url": "dashboard-ecommerce",
  19. "name": "eCommerce",
  20. "icon": "feather icon-circle",
  21. "i18n": "nav.dashboard_ecommerce"
  22. }
  23. ]
  24. },
  25. {
  26. "url": "",
  27. "navheader": "Apps",
  28. "icon": ""
  29. },
  30. {
  31. "url": "app-email",
  32. "name": "Email",
  33. "icon": "feather icon-mail",
  34. "i18n": "nav.app_email"
  35. },
  36. {
  37. "url": "app-chat",
  38. "name": "Chat",
  39. "icon": "feather icon-message-square",
  40. "i18n": "nav.app_chat"
  41. },
  42. {
  43. "url": "app-todo",
  44. "name": "Todo",
  45. "icon": "feather icon-check-square",
  46. "i18n": "nav.app_todo"
  47. },
  48. {
  49. "url": "app-calender",
  50. "name": "Calender",
  51. "icon": "feather icon-calendar",
  52. "i18n": "nav.app_calender"
  53. },
  54. {
  55. "url": "",
  56. "name": "Ecommerce",
  57. "icon": "feather icon-shopping-cart",
  58. "submenu": [
  59. {
  60. "url": "app-ecommerce-shop",
  61. "name": "Shop",
  62. "icon": "feather icon-circle",
  63. "i18n": "nav.app_ecommerce_shop"
  64. },
  65. {
  66. "url": "app-ecommerce-details",
  67. "name": "Details",
  68. "icon": "feather icon-circle",
  69. "i18n": "nav.app_ecommerce_details"
  70. },
  71. {
  72. "url": "app-ecommerce-wishlist",
  73. "name": "Wish List",
  74. "icon": "feather icon-circle",
  75. "i18n": "nav.app_ecommerce_wishlist"
  76. },
  77. {
  78. "url": "app-ecommerce-checkout",
  79. "name": "Checkout",
  80. "icon": "feather icon-circle",
  81. "i18n": "nav.app_ecommerce_checkout"
  82. }
  83. ]
  84. },
  85. {
  86. "url": "",
  87. "name": "User",
  88. "icon": "feather icon-unlock",
  89. "submenu": [
  90. {
  91. "url": "app-user-list",
  92. "name": "List",
  93. "icon": "feather icon-circle",
  94. "i18n": "nav.app_user_list"
  95. },
  96. {
  97. "url": "app-user-view",
  98. "name": "View",
  99. "icon": "feather icon-circle",
  100. "i18n": "nav.app_user_view"
  101. },
  102. {
  103. "url": "app-user-edit",
  104. "name": "Edit",
  105. "icon": "feather icon-circle",
  106. "i18n": "nav.app_user_edit"
  107. }
  108. ]
  109. },
  110. {
  111. "url": "",
  112. "navheader": "UI Elements",
  113. "icon": ""
  114. },
  115. {
  116. "url": "",
  117. "name": "Data List",
  118. "badge": "New",
  119. "badgeClass": "badge badge-primary badge-pill float-right mr-2",
  120. "icon": "feather icon-list",
  121. "submenu": [
  122. {
  123. "url": "data-list-view",
  124. "name": "List View",
  125. "icon": "feather icon-circle",
  126. "i18n": "nav.data_list_view"
  127. },
  128. {
  129. "url": "data-thumb-view",
  130. "name": "Thumb View",
  131. "icon": "feather icon-circle",
  132. "i18n": "nav.data_thumb_view"
  133. }
  134. ]
  135. },
  136. {
  137. "url": "",
  138. "name": "Content",
  139. "icon": "feather icon-layout",
  140. "submenu": [
  141. {
  142. "url": "content-grid",
  143. "name": "Grid",
  144. "icon": "feather icon-circle",
  145. "i18n": "nav.content_grid"
  146. },
  147. {
  148. "url": "content-typography",
  149. "name": "Typography",
  150. "icon": "feather icon-circle",
  151. "i18n": "nav.content_typography"
  152. },
  153. {
  154. "url": "content-text-utilities",
  155. "name": "Text Utilities",
  156. "icon": "feather icon-circle",
  157. "i18n": "nav.content_text_utilities"
  158. },
  159. {
  160. "url": "content-syntax-highlighter",
  161. "name": "Syntax Highlighter",
  162. "icon": "feather icon-circle",
  163. "i18n": "nav.content_syntax_highlighter"
  164. },
  165. {
  166. "url": "content-helper-classes",
  167. "name": "Helper Classes",
  168. "icon": "feather icon-circle",
  169. "i18n": "nav.content_helper_classes"
  170. }
  171. ]
  172. },
  173. {
  174. "url": "colors",
  175. "name": "Colors",
  176. "icon": "feather icon-droplet",
  177. "i18n": "nav.colors"
  178. },
  179. {
  180. "url": "",
  181. "name": "Icons",
  182. "icon": "feather icon-eye",
  183. "submenu": [
  184. {
  185. "url": "icons-feather",
  186. "name": "Feather",
  187. "icon": "feather icon-circle",
  188. "i18n": "nav.icons_feather"
  189. },
  190. {
  191. "url": "icons-font-awesome",
  192. "name": "Font Awesome",
  193. "icon": "feather icon-circle",
  194. "i18n": "nav.icons_font_awesome"
  195. }
  196. ]
  197. },
  198. {
  199. "url": "",
  200. "name": "Cards",
  201. "icon": "feather icon-credit-card",
  202. "submenu": [
  203. {
  204. "url": "card-basic",
  205. "name": "Basic",
  206. "icon": "feather icon-circle",
  207. "i18n": "nav.card_basic"
  208. },
  209. {
  210. "url": "card-advance",
  211. "name": "Advance",
  212. "icon": "feather icon-circle",
  213. "i18n": "nav.card_advance"
  214. },
  215. {
  216. "url": "card-statistics",
  217. "name": "Statistics",
  218. "icon": "feather icon-circle",
  219. "i18n": "nav.card_statistics"
  220. },
  221. {
  222. "url": "card-analytics",
  223. "name": "Analytics",
  224. "icon": "feather icon-circle",
  225. "i18n": "nav.card_analytics"
  226. },
  227. {
  228. "url": "card-actions",
  229. "name": "Card Actions",
  230. "icon": "feather icon-circle",
  231. "i18n": "nav.card_actions"
  232. }
  233. ]
  234. },
  235. {
  236. "url": "",
  237. "name": "Components",
  238. "icon": "feather icon-briefcase",
  239. "submenu": [
  240. {
  241. "url": "component-alert",
  242. "name": "Alerts",
  243. "icon": "feather icon-circle",
  244. "i18n": "nav.component_alert"
  245. },
  246. {
  247. "url": "component-buttons",
  248. "name": "Buttons",
  249. "icon": "feather icon-circle",
  250. "i18n": "nav.component_buttons"
  251. },
  252. {
  253. "url": "component-breadcrumbs",
  254. "name": "Breadcrumbs",
  255. "icon": "feather icon-circle",
  256. "i18n": "nav.component_breadcrumbs"
  257. },
  258. {
  259. "url": "component-carousel",
  260. "name": "Carousel",
  261. "icon": "feather icon-circle",
  262. "i18n": "nav.component_carousel"
  263. },
  264. {
  265. "url": "component-collapse",
  266. "name": "Collapse",
  267. "icon": "feather icon-circle",
  268. "i18n": "nav.component_collapse"
  269. },
  270. {
  271. "url": "component-dropdowns",
  272. "name": "Dropdowns",
  273. "icon": "feather icon-circle",
  274. "i18n": "nav.component_dropdowns"
  275. },
  276. {
  277. "url": "component-list-group",
  278. "name": "List Group",
  279. "icon": "feather icon-circle",
  280. "i18n": "nav.component_list_group"
  281. },
  282. {
  283. "url": "component-modals",
  284. "name": "Modal",
  285. "icon": "feather icon-circle",
  286. "i18n": "nav.component_modals"
  287. },
  288. {
  289. "url": "component-pagination",
  290. "name": "Pagination",
  291. "icon": "feather icon-circle",
  292. "i18n": "nav.component_pagination"
  293. },
  294. {
  295. "url": "component-navs",
  296. "name": "Navs Component",
  297. "icon": "feather icon-circle",
  298. "i18n": "nav.component_navs_component"
  299. },
  300. {
  301. "url": "component-navbar",
  302. "name": "Navbar",
  303. "icon": "feather icon-circle",
  304. "i18n": "nav.component_navbar"
  305. },
  306. {
  307. "url": "component-tabs",
  308. "name": "Tabs Component",
  309. "icon": "feather icon-circle",
  310. "i18n": "nav.component_tabs"
  311. },
  312. {
  313. "url": "component-pills",
  314. "name": "Pills Component",
  315. "icon": "feather icon-circle",
  316. "i18n": "nav.component_pills"
  317. },
  318. {
  319. "url": "component-tooltips",
  320. "name": "Tooltips",
  321. "icon": "feather icon-circle",
  322. "i18n": "nav.component_tooltips"
  323. },
  324. {
  325. "url": "component-popovers",
  326. "name": "Popovers",
  327. "icon": "feather icon-circle",
  328. "i18n": "nav.component_popovers"
  329. },
  330. {
  331. "url": "component-badges",
  332. "name": "Badges",
  333. "icon": "feather icon-circle",
  334. "i18n": "nav.component_badges"
  335. },
  336. {
  337. "url": "component-pill-badges",
  338. "name": "Pill Badges",
  339. "icon": "feather icon-circle",
  340. "i18n": "nav.component_pill_badges"
  341. },
  342. {
  343. "url": "component-progress",
  344. "name": "Progress",
  345. "icon": "feather icon-circle",
  346. "i18n": "nav.component_progress"
  347. },
  348. {
  349. "url": "component-media-objects",
  350. "name": "Media Objects",
  351. "icon": "feather icon-circle",
  352. "i18n": "nav.component_media_objects"
  353. },
  354. {
  355. "url": "component-spinner",
  356. "name": "Spinner",
  357. "icon": "feather icon-circle",
  358. "i18n": "nav.component_spinner"
  359. },
  360. {
  361. "url": "component-toast",
  362. "name": "Toast",
  363. "icon": "feather icon-circle",
  364. "i18n": "nav.component_toast"
  365. }
  366. ]
  367. },
  368. {
  369. "url": "",
  370. "name": "Extra Components",
  371. "icon": "feather icon-box",
  372. "submenu": [
  373. {
  374. "url": "ex-component-avatar",
  375. "name": "Avatar",
  376. "icon": "feather icon-circle",
  377. "i18n": "nav.ex_component_avatar"
  378. },
  379. {
  380. "url": "ex-component-chips",
  381. "name": "Chips",
  382. "icon": "feather icon-circle",
  383. "i18n": "nav.ex_component_chips"
  384. },
  385. {
  386. "url": "ex-component-divider",
  387. "name": "Divider",
  388. "icon": "feather icon-circle",
  389. "i18n": "nav.ex_component_divider"
  390. }
  391. ]
  392. },
  393. {
  394. "url": "",
  395. "navheader": "Forms & Tables",
  396. "icon": ""
  397. },
  398. {
  399. "url": "",
  400. "name": "Form Elements",
  401. "icon": "feather icon-copy",
  402. "submenu": [
  403. {
  404. "url": "form-select",
  405. "name": "Select",
  406. "icon": "feather icon-circle",
  407. "i18n": "nav.form_select"
  408. },
  409. {
  410. "url": "form-switch",
  411. "name": "Switch",
  412. "icon": "feather icon-circle",
  413. "i18n": "nav.form_switch"
  414. },
  415. {
  416. "url": "form-checkbox",
  417. "name": "Checkbox",
  418. "icon": "feather icon-circle",
  419. "i18n": "nav.form_checkbox"
  420. },
  421. {
  422. "url": "form-radio",
  423. "name": "Radio",
  424. "icon": "feather icon-circle",
  425. "i18n": "nav.form_radio"
  426. },
  427. {
  428. "url": "form-input",
  429. "name": "Input",
  430. "icon": "feather icon-circle",
  431. "i18n": "nav.form_input"
  432. },
  433. {
  434. "url": "form-input-groups",
  435. "name": "Input Groups",
  436. "icon": "feather icon-circle",
  437. "i18n": "nav.form_input_groups"
  438. },
  439. {
  440. "url": "form-number-input",
  441. "name": "Number Input",
  442. "icon": "feather icon-circle",
  443. "i18n": "nav.form_number_input"
  444. },
  445. {
  446. "url": "form-textarea",
  447. "name": "Textarea",
  448. "icon": "feather icon-circle",
  449. "i18n": "nav.form_textarea"
  450. },
  451. {
  452. "url": "form-date-time-picker",
  453. "name": "Date & Time Picker",
  454. "icon": "feather icon-circle",
  455. "i18n": "nav.form_date_time_picker"
  456. }
  457. ]
  458. },
  459. {
  460. "url": "form-layout",
  461. "name": "Form Layout",
  462. "icon": "feather icon-box",
  463. "i18n": "nav.form_layout"
  464. },
  465. {
  466. "url": "form-wizard",
  467. "name": "Form Wizard",
  468. "icon": "feather icon-package",
  469. "i18n": "nav.form_wizard"
  470. },
  471. {
  472. "url": "form-validation",
  473. "name": "Form Validation",
  474. "icon": "feather icon-check-circle",
  475. "i18n": "nav.form_validation"
  476. },
  477. {
  478. "url": "table",
  479. "name": "Table",
  480. "icon": "feather icon-server",
  481. "i18n": "nav.table"
  482. },
  483. {
  484. "url": "table-datatable",
  485. "name": "Datatable",
  486. "icon": "feather icon-grid",
  487. "i18n": "nav.table_datatable"
  488. },
  489. {
  490. "url": "table-ag-grid",
  491. "name": "agGrid Table",
  492. "icon": "feather icon-grid",
  493. "i18n": "nav.table_ag_grid",
  494. "badge": "New",
  495. "badgeClass": "badge badge-primary badge-pill float-right mr-2"
  496. },
  497. {
  498. "url": "",
  499. "navheader": "Pages",
  500. "icon": ""
  501. },
  502. {
  503. "url": "page-user-profile",
  504. "name": "Profile",
  505. "icon": "feather icon-user",
  506. "i18n": "nav.page_user_profile"
  507. },
  508. {
  509. "url": "page-account-settings",
  510. "name": "Account Settings",
  511. "icon": "feather icon-settings",
  512. "i18n": "nav.page_account_settings"
  513. },
  514. {
  515. "url": "page-faq",
  516. "name": "FAQ",
  517. "icon": "feather icon-help-circle",
  518. "i18n": "nav.page_faq"
  519. },
  520. {
  521. "url": "page-knowledge-base",
  522. "name": "Knowledge Base",
  523. "icon": "feather icon-info",
  524. "i18n": "nav.page_knowledge_base"
  525. },
  526. {
  527. "url": "page-search",
  528. "name": "Search",
  529. "icon": "feather icon-search",
  530. "i18n": "nav.page_search"
  531. },
  532. {
  533. "url": "page-invoice",
  534. "name": "Invoice",
  535. "icon": "feather icon-file",
  536. "i18n": "nav.page_invoice"
  537. },
  538. {
  539. "url": "",
  540. "name": "Authentication",
  541. "icon": "feather icon-unlock",
  542. "submenu": [
  543. {
  544. "url": "auth-login",
  545. "name": "Login",
  546. "icon": "feather icon-circle",
  547. "i18n": "nav.auth_login"
  548. },
  549. {
  550. "url": "auth-register",
  551. "name": "Register",
  552. "icon": "feather icon-circle",
  553. "i18n": "nav.auth_register"
  554. },
  555. {
  556. "url": "auth-forgot-password",
  557. "name": "Forgot Password",
  558. "icon": "feather icon-circle",
  559. "i18n": "nav.auth_forgot_password"
  560. },
  561. {
  562. "url": "auth-reset-password",
  563. "name": "Reset Password",
  564. "icon": "feather icon-circle",
  565. "i18n": "nav.auth_reset_password"
  566. },
  567. {
  568. "url": "auth-lock-screen",
  569. "name": "Lock Screen",
  570. "icon": "feather icon-circle",
  571. "i18n": "nav.auth_lock_screen"
  572. }
  573. ]
  574. },
  575. {
  576. "url": "",
  577. "name": "Miscellaneous",
  578. "icon": "feather icon-unlock",
  579. "submenu": [
  580. {
  581. "url": "page-coming-soon",
  582. "name": "Coming Soon",
  583. "icon": "feather icon-circle",
  584. "i18n": "nav.page_coming_soon"
  585. },
  586. {
  587. "url": "",
  588. "name": "Error",
  589. "icon": "feather icon-circle",
  590. "submenu": [
  591. {
  592. "url": "error-404",
  593. "name": "404",
  594. "icon": "feather icon-circle",
  595. "i18n": "nav.error_404"
  596. },
  597. {
  598. "url": "error-500",
  599. "name": "500",
  600. "icon": "feather icon-circle",
  601. "i18n": "nav.error_500"
  602. }
  603. ]
  604. },
  605. {
  606. "url": "page-not-authorized",
  607. "name": "Not Authorized",
  608. "icon": "feather icon-circle",
  609. "i18n": "nav.page_not_authorized"
  610. },
  611. {
  612. "url": "page-maintenance",
  613. "name": "Maintenance",
  614. "icon": "feather icon-circle",
  615. "i18n": "nav.page_maintenance"
  616. }
  617. ]
  618. },
  619. {
  620. "url": "",
  621. "navheader": "Charts & Maps",
  622. "icon": ""
  623. },
  624. {
  625. "url": "",
  626. "name": "Charts",
  627. "icon": "feather icon-pie-chart",
  628. "badge": "3",
  629. "badgeClass": "badge badge-pill badge-success float-right mr-2",
  630. "submenu": [
  631. {
  632. "url": "chart-apex",
  633. "name": "Apex",
  634. "icon": "feather icon-circle",
  635. "i18n": "nav.chart_apex"
  636. },
  637. {
  638. "url": "chart-chartjs",
  639. "name": "Chartjs",
  640. "icon": "feather icon-circle",
  641. "i18n": "nav.chart_chartjs"
  642. },
  643. {
  644. "url": "chart-echarts",
  645. "name": "Echarts",
  646. "icon": "feather icon-circle",
  647. "i18n": "nav.chart_echarts"
  648. }
  649. ]
  650. },
  651. {
  652. "url": "maps-google",
  653. "name": "Google Maps",
  654. "icon": "feather icon-map",
  655. "i18n": "nav.maps_google"
  656. },
  657. {
  658. "url": "",
  659. "navheader": "Extensions",
  660. "icon": ""
  661. },
  662. {
  663. "url": "ext-component-sweet-alerts",
  664. "name": "Sweet Alert",
  665. "icon": "feather icon-alert-circle",
  666. "i18n": "nav.ext_component_sweet_alerts"
  667. },
  668. {
  669. "url": "ext-component-toastr",
  670. "name": "Toastr",
  671. "icon": "feather icon-zap",
  672. "i18n": "nav.ext_component_toastr"
  673. },
  674. {
  675. "url": "ext-component-noui-slider",
  676. "name": "NoUi Slider",
  677. "icon": "feather icon-sliders",
  678. "i18n": "nav.ext_component_noui_slider"
  679. },
  680. {
  681. "url": "ext-component-file-uploader",
  682. "name": "File Uploader",
  683. "icon": "feather icon-upload-cloud",
  684. "i18n": "nav.ext_component_file_uploader"
  685. },
  686. {
  687. "url": "ext-component-quill-editor",
  688. "name": "Quill Editor",
  689. "icon": "feather icon-edit",
  690. "i18n": "nav.ext_component_quill_editor"
  691. },
  692. {
  693. "url": "ext-component-drag-drop",
  694. "name": "Drag & Drop",
  695. "icon": "feather icon-droplet",
  696. "i18n": "nav.ext_component_drag_drop"
  697. },
  698. {
  699. "url": "ext-component-tour",
  700. "name": "Tour",
  701. "icon": "feather icon-info",
  702. "i18n": "nav.ext_component_tour"
  703. },
  704. {
  705. "url": "ext-component-clipboard",
  706. "name": "Clipboard",
  707. "icon": "feather icon-copy",
  708. "i18n": "nav.ext_component_clipboard"
  709. },
  710. {
  711. "url": "ext-component-plyr",
  712. "name": "Media Player",
  713. "icon": "feather icon-film",
  714. "i18n": "nav.ext_component_plyr"
  715. },
  716. {
  717. "url": "ext-component-context-menu",
  718. "name": "Context Menu",
  719. "icon": "feather icon-more-horizontal",
  720. "i18n": "nav.ext_component_context_menu"
  721. },
  722. {
  723. "url": "ext-component-swiper",
  724. "name": "Swiper",
  725. "icon": "feather icon-smartphone",
  726. "i18n": "nav.ext_component_swiper"
  727. },
  728. {
  729. "url": "ext-component-i18n",
  730. "name": "I18n",
  731. "icon": "feather icon-globe",
  732. "i18n": "nav.ext_component_i18n"
  733. },
  734. {
  735. "url": "",
  736. "navheader": "Others",
  737. "icon": ""
  738. },
  739. {
  740. "url": "",
  741. "name": "Menu Levels",
  742. "icon": "feather icon-menu",
  743. "submenu": [
  744. {
  745. "url": "",
  746. "name": "Second Level",
  747. "icon": "feather icon-circle",
  748. "i18n": ""
  749. },
  750. {
  751. "url": "",
  752. "name": "Second Level",
  753. "icon": "feather icon-circle",
  754. "i18n": "",
  755. "submenu": [
  756. {
  757. "url": "",
  758. "name": "Third Level",
  759. "icon": "feather icon-circle",
  760. "i18n": ""
  761. },
  762. {
  763. "url": "",
  764. "name": "Third Level",
  765. "icon": "feather icon-circle",
  766. "i18n": ""
  767. }
  768. ]
  769. }
  770. ]
  771. },
  772. {
  773. "url": "",
  774. "name": "Disabled Menu",
  775. "icon": "feather icon-eye-off",
  776. "i18n": "",
  777. "classlist": "disabled"
  778. },
  779. {
  780. "url": "",
  781. "navheader": "Support",
  782. "icon": ""
  783. },
  784. {
  785. "url": "https://pixinvent.com/demo/vuexy-html-bootstrap-admin-template/documentation/documentation-laravel.html",
  786. "name": "Documentation",
  787. "icon": "feather icon-folder",
  788. "i18n": "nav.documentation"
  789. },
  790. {
  791. "url": "https://pixinvent.ticksy.com/",
  792. "name": "Raise Support",
  793. "icon": "feather icon-life-buoy",
  794. "i18n": "nav.raise_support"
  795. }
  796. ]
  797. }