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

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

@endif
@foreach($tabs as $tab)
@if ($tab['image']) {{ $tab['title'] }} @endif
@if ($tab['title'])
{{ $tab['title'] }}
@endif @if ($tab['description'])

{{ $tab['description'] }}

@endif
@endforeach
@if ($image = $shortcode->image) {{ __('Image') }} @endif
@if( $shortcode->title_counter && $shortcode->data_counter)
{{ $shortcode->data_counter }}{{ $shortcode->unit_counter }}
{{ $shortcode->title_counter }}
@endif