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

{{ $title }}

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

{{ $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