diff --git a/resources/js/views/dashboard/DashboardLayout.vue b/resources/js/views/dashboard/DashboardLayout.vue
index 1755c24..2ca57a1 100644
--- a/resources/js/views/dashboard/DashboardLayout.vue
+++ b/resources/js/views/dashboard/DashboardLayout.vue
@@ -13,7 +13,45 @@
← Find fuel
- {{ user?.email }}
+
+
+
+
+
+
+
{{ user?.name }}
+
{{ user?.email }}
+
+
+
+
+ Settings
+
+
+
+
+
@@ -27,7 +65,7 @@
:key="item.to"
:to="item.to"
class="flex items-center gap-3 px-4 py-2.5 rounded-xl text-sm font-bold transition-colors"
- :class="$route.path === item.to
+ :class="isActive(item.to)
? 'bg-[#bb5b3e] text-white'
: 'text-[#89726c] hover:bg-white hover:text-[#4a3f3b]'"
>
@@ -46,15 +84,42 @@