Commit 8eca43e5 authored by Felipe Tomé's avatar Felipe Tomé

Arrumando tela principal

parent 85c99bd6
...@@ -238,15 +238,15 @@ return [ ...@@ -238,15 +238,15 @@ return [
'topnav' => true, 'topnav' => true,
], ],
[ [
'text' => 'Agendar', // 'text' => 'Agendar',
'url' => 'agendamentos/create', // 'url' => 'agendamentos/create',
], ],
[ [
'text' => 'Listar agendamentos', // 'text' => 'Listar agendamentos',
'url' => 'agendamentos', // 'url' => 'agendamentos',
'icon' => 'far fa-fw fa-file', // 'icon' => 'far fa-fw fa-file',
//'label' => 4, //'label' => 4,
'label_color' => 'success', // 'label_color' => 'success',
], ],
// ['header' => 'account_settings'], // ['header' => 'account_settings'],
// [ // [
...@@ -264,7 +264,7 @@ return [ ...@@ -264,7 +264,7 @@ return [
// 'icon' => 'fas fa-fw fa-share', // 'icon' => 'fas fa-fw fa-share',
// 'submenu' => [ // 'submenu' => [
// [ // [
// 'text' => 'level_one', // 'text' => 'level_one',~
// 'url' => '#', // 'url' => '#',
// ], // ],
// [ // [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment