Personalización de Plantilla
@if (session()->has('message')) @endif
Colores y Tema
Diseño
Menú y Navegación
Vista Previa
Header ({{ ucfirst($header_type) }})
@if($layout_type === 'vertical')
Menú {{ $menu_collapsed ? 'Mini' : 'Completo' }}
@endif
Contenido ({{ ucfirst($content_layout) }})
@if($layout_type === 'horizontal')
Menú Horizontal
@endif