@if ($sidebar == 'footer_sidebar')
{!! BaseHelper::clean($config['name']) !!}
{!! BaseHelper::clean($config['about']) !!}
@else
{{ __('Hotline Order') }}:
@if ($config['working_time'])

{{ $config['working_time'] }}

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

{{ $config['phone'] }}

@endif
@endif