feat: tambah halaman profil untuk edit data pribadi (nama, email, HP, alamat, password)

This commit is contained in:
2026-04-05 08:33:04 +07:00
parent 1f85251da3
commit 3f42da1e5f
2 changed files with 29 additions and 0 deletions
@@ -33,6 +33,7 @@ class AdminPanelProvider extends PanelProvider
->path('dashboard')
->viteTheme('resources/css/filament/admin/theme.css')
->login()
->profile(\App\Filament\Pages\EditProfile::class)
->colors([
'primary' => Color::Amber,
])