@if ($sidebar == 'footer_sidebar')

{{ $config['name'] }}

{!! BaseHelper::clean($config['about']) !!}
@elseif ($config['working_time'] || $config['phone'])
{{ __('Hotline Order') }}:
@if ($config['working_time'])

{{ $config['working_time'] }}

@endif @if ($config['phone'])

{{ $config['phone'] }}

@endif
@endif