@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif @if ($description = $shortcode->description)
{!! BaseHelper::clean(nl2br($description)) !!}
@endif
@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
@foreach(array_chunk($tabs, 2) as $tab)
@foreach($tab as $item)
$loop->parent->first, 'hasBorder' => $loop->first && $loop->parent->first, $item['color']]) data-wow-delay=".0s">
{{ $item['data'] }}
{!! BaseHelper::clean($item['title']) !!}
@endforeach
@endforeach