@if ($subtitle = Arr::get($config, 'subtitle'))
@if ($iconImage = Arr::get($config, 'icon_image')) {{ RvMedia::image($iconImage, 'icon', attributes: ['class' => 'icon']) }} @elseif ($icon = Arr::get($config, 'icon')) @endif {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = Arr::get($config, 'title'))

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

@endif @if ($description = Arr::get($config, 'description')) {!! BaseHelper::clean($description) !!} @endif
@if ($galleries->isNotEmpty())
    @foreach($galleries as $gallery)
  • {{ RvMedia::image($gallery->image, $gallery->name, 'medium-thumb') }}
  • @endforeach
@endif