@if ($title = $shortcode->title)

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

@endif @if ($description = $shortcode->description)

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

@endif
    @foreach($tabs as $tab)
  • {{ $tab['title'] }}
  • @endforeach
@if ($image = $shortcode->image)
{{ RvMedia::image($image, $shortcode->title) }}
@endif