@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif
@if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif
@if ($description = $shortcode->decription)
{!! BaseHelper::clean($description) !!}
@endif
@foreach($tabs as $tab)
@if(! $loop->first)
{{ $tab['data'] }}{{ $tab['unit'] }}
{{ $tab['title'] }}
@endif
@endforeach
@if ($tab = $tabs[0])
{{ $tab['data'] }}{{ $tab['unit'] }}
{{ $tab['title'] }}
@endif
@if ($image1 = $shortcode->image_1)
@endif
@if ($image2 = $shortcode->image_2)
@endif
@if ($image3 = $shortcode->image_3)
@endif
@foreach($testimonials as $testimonial)
@endforeach
{!! BaseHelper::clean($testimonial->content) !!}