@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())
{{--begin::Menu--}}
metronic
{{ theme()->getView('partials/topbar/_user-menu') }} {{--end::Menu--}}
@endif {{--end::User --}} {{--begin::Heaeder menu toggle--}} @if(theme()->getOption('layout', 'header/left') === 'menu')
{!! theme()->getSvgIcon("icons/duotune/text/txt001.svg", "svg-icon-1") !!}
@endif {{--end::Heaeder menu toggle--}}
{{--end::Toolbar wrapper--}}