List and Read on frontend, fullecrud on back

This commit is contained in:
2023-01-10 18:48:47 +01:00
parent 399b52a272
commit 0b8a93b256
32 changed files with 623 additions and 51 deletions

View File

@@ -1,5 +1,11 @@
{
"menu": [
{
"route": "clients/list",
"name": "clients",
"type": "link",
"icon": "group"
},
{
"route": "dashboard",
"name": "dashboard",