@if ($logo = Arr::get($config, 'logo'))
@endif
@if ($address = Arr::get($config, 'address'))
{{ $address }}
@endif
@if ($config['working_hours_start'] && $config['working_hours_end'])
{{ __('Hours') }}:{{ $config['working_hours_start'] }} - {{ $config['working_hours_end'] }}
@endif
@if ($socialLinks = json_decode(theme_option('social_links')))
{{ __('Follow Us') }}
@endif