@if (theme_option('logo')) @endif @if (theme_option('address') || theme_option('phone') || theme_option('working_hours'))

{{ __('Contact') }}

@if (theme_option('address'))

{{ __('Address') }}: {{ theme_option('address') }}

@endif @if (theme_option('phone'))

{{ __('Phone') }}: {{ theme_option('phone') }}

@endif @if (theme_option('contact_email'))

{{ __('Email') }}: {{ theme_option('contact_email') }}

@endif @if (theme_option('working_hours'))

{{ __('Working hours') }}: {{ theme_option('working_hours') }}

@endif @endif @if (($socialLinks = theme_option('social_links')) && $socialLinks = json_decode($socialLinks, true))

{{ __('Follow Us') }}

@endif