@php $hasSocialLinks = false; @endphp
@if ($socialLinks = json_decode(theme_option('social_links'), true))
@foreach($socialLinks as $socialLink)
@if (count($socialLink) == 3 && $socialLink[1]['value'] && $socialLink[2]['value'])
@php $hasSocialLinks = true; @endphp
@endif
@endforeach
@if ($hasSocialLinks && theme_option('email'))
@endif
@endif
@if ($email = theme_option('email'))
{{ $email }}
@endif
@if (is_plugin_active('real-estate'))
@if (RealEstateHelper::isEnabledWishlist())
@endif
@php $currencies = get_all_currencies(); @endphp
@if (count($currencies) > 1)
@endif
@endif
{!! Theme::partial('language-switcher') !!}
@if (is_plugin_active('real-estate') && RealEstateHelper::isLoginEnabled())
-
@foreach ($currencies as $currency)
- id) class="active" @endif>{{ $currency->title }} @endforeach
-
@if (auth('account')->check())
- {{ auth('account')->user()->name }}
- {{ __('Logout') }} @else
- {{ __('Login') }} @endif