@if($shortcode->title || $shortcode->subtitle)
@if($subtitle = $shortcode->subtitle)
{{ $subtitle }}
@endif
@if($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif
@endif
@if($description = $shortcode->description)
{!! BaseHelper::clean($description) !!}
@endif
@foreach($tabs as $tab)
@if($tab['title'] && $tab['percentage'])
@endif
@endforeach