@if($shortcode->title || $shortcode->subtitle)
@if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if($shortcode->subtitle)

{!! BaseHelper::clean(nl2br($shortcode->subtitle)) !!}

@endif
@endif
@foreach($tabs as $tab)
@if($tab['url']) {{ RvMedia::image($tab['image'], $tab['name']) }} @else {{ RvMedia::image($tab['image'], $tab['name']) }} @endif
@endforeach