{!! Theme::getLogoImage(['style' => 'max-height: 55px']) !!} @if ($config['about'])

{!! BaseHelper::clean($config['about']) !!}

@endif
    @if ($config['address'])
  •   {{ __('Address') }}: {!! BaseHelper::clean($config['address']) !!}
  • @endif @if ($config['phone'])
  •   {{ __('Call Us') }}: {!! BaseHelper::clean($config['phone']) !!}
  • @endif @if ($config['email'])
  •   {{ __('Email') }}: {!! BaseHelper::clean($config['email']) !!}
  • @endif @if ($config['working_hours'])
  •   {{ __('Working Hours') }}: {!! BaseHelper::clean($config['working_hours']) !!}
  • @endif