@if (theme_option('logo'))
@else
@endif
@if($customerType != 1)
{{ Theme::getLogoImage(maxHeight: 50) }}
@else
{{ Theme::getLogoImage(maxHeight: 50) }}
@endif
@endif
@if($customerType != 1)
@include(Theme::getThemeNamespace('partials.header-nav-right'))