@if ($logo = theme_option('logo')) {{ RvMedia::image($logo, theme_option('site_title'), attributes: $attributes) }} @endif @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