diff --git a/resources/views/pages/admin/dashboard/overview.blade.php b/resources/views/pages/admin/dashboard/overview.blade.php
index dd7f3dd..3c62b44 100644
--- a/resources/views/pages/admin/dashboard/overview.blade.php
+++ b/resources/views/pages/admin/dashboard/overview.blade.php
@@ -8,26 +8,28 @@
-
-
-
-
{{ auth()->user()->barbershop->name }}
-
- {{ formatToRupiah($cash) }}
-
- @if (auth()->user()->role_id !== 5 && auth()->user()->role_id !== 2)
-
Tambah Kas
- @else
-
- @endif
-
-
 }})
+ @if (in_array(auth()->user()->role_id, [1, 2, 3]))
+
+
+
+
{{ auth()->user()->barbershop->name }}
+
+ {{ formatToRupiah($cash) }}
+
+ @if (auth()->user()->role_id !== 5 && auth()->user()->role_id !== 2)
+
Tambah Kas
+ @else
+
+ @endif
+
+
 }})
+
-
+ @endif