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

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

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

@foreach ($tabs as $tab)

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

@endforeach