@php
$toolbarButtonMarginClass = "ms-1 ms-lg-3";
$toolbarButtonHeightClass = "w-40px h-40px";
$toolbarUserAvatarHeightClass = "symbol-40px";
$toolbarButtonIconSizeClass = "svg-icon-1";
@endphp
{{--begin::Toolbar wrapper--}}
{{--
{{ theme()->getView('layout/search/_base') }}
--}}
{{--begin::Notifications--}}
{{--end::Notifications--}}
{{--begin::Quick links--}}
{{--
--}}
{{--end::Quick links--}}
{{--begin::User--}}
@if(Auth::check())
@endif
{{--end::User --}}
{{--begin::Heaeder menu toggle--}}
@if(theme()->getOption('layout', 'header/left') === 'menu')
@endif
{{--end::Heaeder menu toggle--}}
{{--end::Toolbar wrapper--}}
@include('layout.demo1.topbar.js')