printHtmlAttributes('header') }}>
@if (theme()->getOption('layout', 'aside/display') === true)
{!! theme()->getSvgIcon("icons/duotune/abstract/abs015.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/header/__topbar') }}