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

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

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

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

@endif
@if ($shortcode->button_url && $shortcode->button_label) {{ $shortcode->button_label }} @endif
@foreach(collect($tabs)->split(2) as $tabs)
    @foreach($tabs as $tab)
  • @if ($tab['title'])
    {{ $tab['title'] }}
    @endif
    @if($tab['description'])

    {{ $tab['description'] }}

    @endif
  • @endforeach
@endforeach