@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

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

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

@endif
@foreach($tabs as $tab)
@if($tab['image'])
{{ RvMedia::image($tab['image'], $tab['title']) }}
@endif @if($tab['data'] || $tab['unit'])

@if($tab['data']) {{ $tab['data'] }} @endif @if($tab['unit']) {{ $tab['unit'] }} @endif

@endif @if($tab['title'])

{{ $tab['title'] }}

@endif
@endforeach