@if ($logo = (theme_option('footer_logo') ?: theme_option('logo')))

{{ Theme::getSiteTitle() }}

@endif @if ($address = theme_option('address'))

 {{ $address }}

@endif @if ($hotline = theme_option('hotline'))

 {{ __('Hotline') }}:  {{ $hotline }}

@endif @if ($email = theme_option('email'))

 {{ __('Email') }}:  {{ $email }}

@endif @if ($socialLinks = json_decode(theme_option('social_links'), true))
@foreach($socialLinks as $socialLink) @if (count($socialLink) == 3 && isset($socialLink[1]['value']) && isset($socialLink[2]['value'])) @php $hasSocialLinks = true; @endphp @endif @endforeach
@endif
{!! dynamic_sidebar('footer_sidebar') !!}
@if ($languageSwitcher = Theme::partial('language-switcher'))
{!! $languageSwitcher !!}
@endif @if ($copyright = Theme::getSiteCopyright())

{!! $copyright !!}

@endif
!Theme::get('hotlineNumber') && ! $hotline]) title="back to top"> @if (Theme::get('hotlineNumber') || $hotline)  {{ Theme::get('hotlineNumber') ?: $hotline }} @endif