background_color) style="background: {{ $bgColor }}" @endif >
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

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

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

@endif
@foreach ($tabs as $tab) @if ($tab['title'] && $tab['description'])

$loop->first]) >

{!! BaseHelper::clean($tab['description']) !!}

@endif @endforeach
@if ($image = $shortcode->image)
{{ RvMedia::image($image, $shortcode->title) }}
@endif