background_color) style="background: {{ $backgroundColor }};" @endif> @if($backgroundImage = $shortcode->background_image)
{{ $shortcode->title }}
@endif
@if($shortcode->title || $shortcode->subtitle)
@if($subtitle = $shortcode->subtitle)
{{ $subtitle }}
@endif @if($title = $shortcode->title)

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

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

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

@endif
@foreach($tabs as $tab) @if($tab['title'] && $tab['percentage'])
{{ $tab['title'] }}
@endif @endforeach
@if($rightImage = $shortcode->right_image)
{{ $shortcode->title }}
@endif