@if ($title = Arr::get($config, 'title'))

{!! BaseHelper::clean($title) !!}

@endif @if ($logoImage = Arr::get($config, 'logo') ?: theme_option('logo'))
{{ RvMedia::image($logoImage, __('Logo')) }}
@endif
@if ($description = Arr::get($config, 'description'))

{!! BaseHelper::clean($description) !!}

@endif

    @if ($address = Arr::get($config, 'address'))
  • {!! BaseHelper::clean($address) !!}

  • @endif @if ($hotline = Arr::get($config, 'hotline'))
  • {{ $hotline }}
  • @endif @if ($openingHours = Arr::get($config, 'opening_hours'))
  • {!! BaseHelper::clean($openingHours) !!}

  • @endif