@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(count($tabs))
@if ($tab = $tabs[0])

{{ $tab['data'] }}{{ $tab['unit'] }}

{{ $tab['title'] }}

@endif @if ($image1 = $shortcode->image_1)
{{ __('Image 1') }}
@endif
@if ($image2 = $shortcode->image_2)
{{ __('Image 2') }}
@endif @if ($image3 = $shortcode->image_3)
{{ 'Image 3' }}
@endif
@foreach($testimonials as $testimonial)
{{ $testimonial->name }}
{{ $testimonial->name }}
{{ __('Star') }} {{ __('Star') }} {{ __('Star') }} {{ __('Star') }} {{ __('Star') }}

{!! BaseHelper::clean($testimonial->content) !!}

@endforeach
@endif