@php(Theme::set('headerMeta', Theme::partial('header-meta'))) {!! Theme::header() !!}
{!! apply_filters(THEME_FRONT_BODY, null) !!}
@if ($socialLinks = Theme::getSocialLinks())
@foreach($socialLinks as $socialLink) @continue(! $icon = $socialLink->getIconHtml())
getAttributes() }}> {{ $icon }}
@endforeach
@endif
@if (is_plugin_active('member'))
@if (auth('member')->check())
{{ auth('member')->user()->name }}
{!! BaseHelper::renderIcon('ti ti-login-2') !!} {{ __('Logout') }}
@else
{!! BaseHelper::renderIcon('ti ti-login-2') !!} {{ __('Login') }}
@endif
@if (auth('member')->check())
@csrf
@endif @endif
{!! apply_filters('language_switcher') !!}
@if ($logo = theme_option('logo')) {{ RvMedia::image($logo, theme_option('site_title'), attributes: ['height' => 50]) }} @endif
{!! BaseHelper::renderIcon('ti ti-search', attributes: ['class' => 'close-search']) !!}
{!! Menu::renderMenuLocation('main-menu', [ 'options' => ['class' => 'menu sub-menu--slideLeft'], 'view' => 'main-menu', ]) !!} @if (is_plugin_active('member'))
@if (auth('member')->check())
{{ auth('member')->user()->name }}
{!! BaseHelper::renderIcon('ti ti-logout-2') !!} {{ __('Logout') }}
@else
{!! BaseHelper::renderIcon('ti ti-login-2') !!} {{ __('Login') }}
@endif
@endif
{!! apply_filters('language_switcher') !!}
@if (is_plugin_active('blog'))
×
@endif