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

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

@endif
@if (count($tabs) > 0)
    @foreach($tabs as $tab) @continue(! $tab['image'])
  • @if ($tab['url']) {{ RvMedia::image($tab['image'], $tab['title']) }} @else {{ RvMedia::image($tab['image'], $tab['title']) }} @endif
  • @endforeach
@endif