Package system sms

This commit is contained in:
Simon Pocrnjič
2025-10-26 12:57:09 +01:00
parent 266af6595e
commit 369af34ad4
29 changed files with 2639 additions and 330 deletions
+7
View File
@@ -172,6 +172,13 @@ const navGroups = computed(() => [
icon: faGears,
active: ["admin.sms-profiles.index"],
},
{
key: "admin.packages.index",
label: "SMS paketi",
route: "admin.packages.index",
icon: faMessage,
active: ["admin.packages.index", "admin.packages.show"],
},
],
},
]);