{{ Theme::getLogoImage(['style' => 'max-height: 44px']) }}
{!! Menu::renderMenuLocation('main-menu', [ 'options' => ['class' => 'navigation clearfix'], 'view' => 'main-menu', ]) !!}
@if (is_plugin_active('real-estate') && RealEstateHelper::isLoginEnabled())
{{ __('Submit Property') }}
@endif
{{ Theme::getLogoImage(['style' => 'max-height: 44px']) }}
@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') }} / {{ __('Register') }}
@endauth
{{ __('Submit Property') }}
@endif
{{ __('My Wishlist') }} (0)
{!! Theme::partial('currency-switcher') !!}
{!! Theme::partial('language-switcher') !!}
@if($hotline = theme_option('hotline'))
{{ $hotline }}
@endif @if($email = theme_option('email'))
{{ $email }}
@endif