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

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

@endif @if ($description = $shortcode->description)

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

@endif
    @foreach($tabs as $tab)
  • {{ $tab['title'] }}
  • @endforeach
@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
@if ($shortcode->counter_data && $shortcode->counter_title)

{{ $shortcode->counter_data }}{{ $shortcode->counter_unit }}

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

@endif @if ($image = $shortcode->image)
{{ 'Image' }}
@endif @if ($image1 = $shortcode->image_1)
{{ __('Image') }}
@endif @if ($image2 = $shortcode->image_2)
{{ __('Image') }} @endif @if ($shortcode->counter_data_1 && $shortcode->counter_title_1)

{{ $shortcode->counter_data_1 }}{{ $shortcode->counter_unit_1 }}

{{ $shortcode->counter_title_1 }}

@endif