printHtmlAttributes('header') }}>
{{-- @if (theme()->getOption('layout', 'aside/display') === true)
{!! theme()->getSvgIcon("icons/duotone/Text/Menu.svg", "svg-icon-2x mt-1") !!}
@endif--}} @if (theme()->getOption('layout', 'aside/display') === false) @else @endif
@if(theme()->getOption('layout', 'header/left') === 'menu')
{{ theme()->getView('layout/header/_menu') }}
@elseif(theme()->getOption('layout', 'header/left') === 'page-title')
{{ theme()->getView('layout/page-title/_' . theme()->getOption('layout', 'page-title/layout')) }}
@endif
{{ theme()->getView('layout/topbar/_base') }}