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

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

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

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

@endif @if(count($tabs))
@foreach($tabs as $item) @continue(! ($title = Arr::get($item, 'title')))
@php $iconImage = Arr::get($item, 'icon_image'); $icon = Arr::get($item, 'icon'); @endphp @if($iconImage || $icon)
@if($iconImage) {{ RvMedia::image($iconImage, 'icon') }} @else @endif
@endif

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

@if ($description = Arr::get($item, 'description'))

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

@endif
@endforeach
@endif
@if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) {!! BaseHelper::clean($buttonLabel) !!} @endif
@if ($image = $shortcode->image) {{ RvMedia::image($image, 'image') }} @endif @if ($image1 = $shortcode->image_1) {{ RvMedia::image($image1, 'image 1', attributes: ['class' => 'alltuchtopdown']) }} @endif @if ($image2 = $shortcode->image_2) {{ RvMedia::image($image2, 'image 2', attributes: ['class' => 'shape-bottom-left']) }} @endif