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

{{ $title }}

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

{!! $subtitle !!}

@endif
@foreach($tabs as $tab)
@if ($tab['image'])
{{ $tab['title'] }}
@endif

@if ($tab['title'] && $tab['action']) {{ $tab['title'] }} @endif

@if ($tab['description'])

{{ $tab['description'] }}

@endif @if ($tab['action'] && $tab['label']) @endif
@endforeach
@if ($shortcode->button_primary_url && $shortcode->button_primary_label) {{ $shortcode->button_primary_label }} @endif @if($shortcode->button_secondary_url && $shortcode->button_secondary_label) {{ $shortcode->button_secondary_label }} @endif