@php $announcements = apply_filters('announcement_display_html', null); $canRenderAnnouncements = is_plugin_active('announcement') && $announcements && \ArchiElite\Announcement\Models\Announcement::query()->exists(); @endphp
@if($canRenderAnnouncements) {!! $announcements !!} @else @if($hotline = theme_option('hotline')) @endif @if($email = theme_option('email')) @endif @endif
@if (is_plugin_active('real-estate')) @if (RealEstateHelper::isEnabledWishlist()) {{ __('My Wishlist') }} (0) @endif {!! Theme::partial('currency-switcher') !!} @endif {!! Theme::partial('language-switcher') !!} @if (is_plugin_active('real-estate') && RealEstateHelper::isLoginEnabled()) @auth('account') {{ RvMedia::image(auth('account')->user()->avatar_url, auth('account')->user()->name, attributes: ['class' => 'rounded-circle', 'style' => 'width: 22px']) }} {{ auth('account')->user()->name }} @else
@endauth @endif