@if ($logo = Arr::get($config, 'logo'))
{{ theme_option('site_title') }}
@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') }}
@foreach($socialLinks as $social) @php($social = collect($social)->pluck('value', 'key')) @if ($socialIcon = $social->get('social-icon')) {{ $social->get('social-name') }} @else {{ $social->get('social-name') }} @endif @endforeach
@endif