Prepare Beta Version

This commit is contained in:
2025-05-29 10:05:27 -06:00
parent a7002701f5
commit ea6b04f3f4
254 changed files with 5653 additions and 6569 deletions

View File

@ -481,15 +481,16 @@ return [
],
],
],
'_extra_quicklinks' => [
'Inicio' => [
'icon' => 'ti ti-home',
'route' => 'admin.core.pages.home.index',
'can' => 'admin.core.pages.home.view',
],
'Mi perfil' => [
'icon' => 'ti ti-user-circle',
'route' => 'admin.users.profile',
'_extra' => [
'_quicklinks' => [
'Inicio' => [
'icon' => 'ti ti-home',
'route' => 'admin.core.pages.home.index',
],
'Mi perfil' => [
'icon' => 'ti ti-user-circle',
'route' => 'admin.users.profile',
],
],
],
];