@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('working_hours'))

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

@endif @endif @if (theme_option('social_links'))

{{ __('Follow Us') }}

@endif