diff --git a/app/Livewire/Studio/Dashboard/Overview.php b/app/Livewire/Studio/Dashboard/Overview.php
index 867f310..68e996b 100644
--- a/app/Livewire/Studio/Dashboard/Overview.php
+++ b/app/Livewire/Studio/Dashboard/Overview.php
@@ -2,12 +2,10 @@
namespace App\Livewire\Studio\Dashboard;
-use Livewire\Attributes\Layout;
+use Livewire\Attributes\Title;
use Livewire\Component;
-#[Layout('components.layouts.auth', [
- 'title' => 'Ringkasan',
-])]
+#[Title('Ringkasan')]
class Overview extends Component
{
public function render()
diff --git a/resources/views/components/partials/studio/_header.blade.php b/resources/views/components/partials/studio/_header.blade.php
new file mode 100644
index 0000000..3670c63
--- /dev/null
+++ b/resources/views/components/partials/studio/_header.blade.php
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pengaturan
+ Tema
+ Statistik
+
+ Keluar
+
+
+
diff --git a/resources/views/components/partials/studio/_sidebar.blade.php b/resources/views/components/partials/studio/_sidebar.blade.php
new file mode 100644
index 0000000..1e4f15c
--- /dev/null
+++ b/resources/views/components/partials/studio/_sidebar.blade.php
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+ Ringkasan
+ Inbox
+
+ Marketing site
+ Android app
+ Brand guidelines
+
+
+
diff --git a/resources/views/livewire/studio/dashboard/overview.blade.php b/resources/views/livewire/studio/dashboard/overview.blade.php
index 0bf1ae7..deb88eb 100644
--- a/resources/views/livewire/studio/dashboard/overview.blade.php
+++ b/resources/views/livewire/studio/dashboard/overview.blade.php
@@ -1,3 +1,5 @@
-
- {{-- Care about people's approval and you will be their prisoner. --}}
-
+
+ Haloo, {{ auth()->user()?->employee?->full_name }}
+ Selamat datang di Studio Yadi Parfum.
+
+