-
-
-
-
+
diff --git a/src/components/layout/AppSidebar.vue b/src/components/layout/AppSidebar.vue
index 64646ff..8278e1a 100644
--- a/src/components/layout/AppSidebar.vue
+++ b/src/components/layout/AppSidebar.vue
@@ -29,20 +29,14 @@
height="40"
/>

-

+
+ ]">
{{ menuGroup.title }}
-
+
@@ -78,34 +71,27 @@
!isExpanded && !isHovered
? 'lg:justify-center'
: 'lg:justify-start',
- ]"
+ ]
>
-
+ ]">
-
+
+ v-if="isExpanded || isHovered || isMobileOpen"
+ :class="[
+ 'ml-auto w-5 h-5 transition-transform duration-200',
+ {
+ 'rotate-180 text-brand-500': isSubmenuOpen(
+ groupIndex,
+ index
+ ),
+ },
+ ]" />
-
+ ]">
-
+
- {{ subItem.name }}
+ {{subItem.name}}
-
- new
+
-
+
pro
-
-
+
@@ -214,30 +174,22 @@
\ No newline at end of file
diff --git a/src/views/Cases.vue b/src/views/Cases.vue
new file mode 100644
index 0000000..6e26bda
--- /dev/null
+++ b/src/views/Cases.vue
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
new file mode 100644
index 0000000..418cefa
--- /dev/null
+++ b/src/views/Dashboard.vue
@@ -0,0 +1,39 @@
+
+
+
+ 150
+
+
+ 35
+
+
+ 7 Days
+
+
+ TODO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Ecommerce.vue b/src/views/Ecommerce.vue
deleted file mode 100644
index c0616c9..0000000
--- a/src/views/Ecommerce.vue
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/NewCase.vue b/src/views/NewCase.vue
new file mode 100644
index 0000000..306852e
--- /dev/null
+++ b/src/views/NewCase.vue
@@ -0,0 +1,6 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Reports.vue b/src/views/Reports.vue
new file mode 100644
index 0000000..43d1f29
--- /dev/null
+++ b/src/views/Reports.vue
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file