theme_option('sticky_header_enabled', true), Theme::get('headerClass')]) >
{{ Theme::getLogoImage(maxHeight: 44) }}
{!! Menu::renderMenuLocation('main-menu', [ 'options' => ['class' => 'navigation clearfix'], 'view' => 'main-menu', ]) !!}
@if (is_plugin_active('real-estate') && RealEstateHelper::isLoginEnabled())
{{ __('Submit Property') }}
@endif
{{ Theme::getLogoImage(maxHeight: 44) }}
@if (is_plugin_active('real-estate') && RealEstateHelper::isLoginEnabled()) @auth('account')
{{ RvMedia::image(auth('account')->user()->avatar_url, auth('account')->user()->name, attributes: ['width' => 40, 'class' => 'rounded-circle']) }} {{ auth('account')->user()->name }}
@else
{{ __('Login') }} @if (RealEstateHelper::isRegisterEnabled()) / {{ __('Register') }} @endif
@endauth @endif
@if (is_plugin_active('real-estate') && RealEstateHelper::isLoginEnabled())
{{ __('Submit Property') }}
@endif
@if (is_plugin_active('real-estate')) @if (RealEstateHelper::isEnabledWishlist())
{{ __('My Wishlist') }} (0)
@endif
{!! Theme::partial('currency-switcher') !!}
@endif @if ($languageSwitcher = Theme::partial('language-switcher'))
{!! $languageSwitcher !!}
@endif @if($hotline = theme_option('hotline'))
{{ $hotline }}
@endif @if($email = theme_option('email'))
{{ $email }}
@endif