@if ($shortcode->highlight) {!! BaseHelper::clean($shortcode->highlight) !!} @endif

{!! BaseHelper::clean($shortcode->title) !!}

{!! BaseHelper::clean($shortcode->subtitle) !!}

@foreach ($tabs as $tab)

@if (Arr::get($tab, 'icon')) @endif {!! BaseHelper::clean(Arr::get($tab, 'title')) !!}

{!! BaseHelper::clean(Arr::get($tab, 'subtitle')) !!}

@endforeach
@if ($shortcode->image) {{ $shortcode->title ?: $shortcode->image }} @endif @if ($shortcode->mini_image)
{{ $shortcode->title ?: $shortcode->mini_image }}
@endif