@php
$itemClass = "ms-1 ms-lg-3";
$btnClass = "btn btn-icon btn-icon-muted btn-active-light btn-active-color-primary w-30px h-30px w-md-40px h-md-40px";
$userAvatarClass = "symbol-30px symbol-md-40px";
$btnIconClass = "svg-icon-1";
@endphp
{{ theme()->getView('partials/search/_base') }}
{!! theme()->getSvgIcon("icons/duotune/general/gen032.svg", $btnIconClass) !!}
{!! theme()->getSvgIcon("icons/duotune/general/gen022.svg", $btnIconClass) !!}
{{ theme()->getView('partials/topbar/_notifications-menu') }}
{!! theme()->getSvgIcon("icons/duotune/communication/com012.svg", $btnIconClass) !!}
{!! theme()->getSvgIcon("icons/duotune/general/gen025.svg", $btnIconClass) !!}
{{ theme()->getView('partials/topbar/_quick-links-menu') }}
{{ theme()->getView('partials/theme-mode/_main', ['params' => [
'toggle-btn-class' => $btnClass
]]) }}
@if (auth()->check())
@endif
@if(theme()->getOption('layout', 'header/left') === 'menu')
@endif