@php $styleColors = ['head-bg-brand-2', 'head-bg-2', 'head-bg-5', ''] @endphp
@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['title'] }}

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

{{ $tab['description'] }}

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