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