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

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

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

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

@endif
@if ($shortcode->button_secondary_label && $shortcode->button_secondary_action) @endif
@foreach($tabs as $tab)
@if ($tab['image'])
{{ $tab['title'] }}
@endif
@if ($tab['title'])

{{ $tab['title'] }}

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

{{ $tab['description'] }}

@endif @if($tab['label'] && $tab['action']) @endif
@endforeach