@php
$toolbarButtonMarginClass = "ms-1 ms-lg-3";
$toolbarButtonHeightClass = "w-40px h-40px";
$toolbarUserAvatarHeightClass = "symbol-40px";
$toolbarButtonIconSizeClass = "svg-icon-1";
@endphp
{{--begin::Toolbar wrapper--}}
{{--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--}}