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

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

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

@foreach ($tabs as $tab)

{{ $loop->iteration < 10 ? '0' . $loop->iteration : $loop->iteration }}

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

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

@endforeach