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

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

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

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

@endif
@if ($bgImage = $shortcode->background_image)
{{ RvMedia::image($bgImage) }}
@endif
@if (count($tabs))
@foreach($tabs as $tab) @continue(! $tabTitle = Arr::get($tab, 'title')) @php $iconImage = Arr::get($tab, 'icon_image'); $icon = Arr::get($tab, 'icon'); @endphp
! $loop->last && ! $loop->first])> @if($iconImage || $icon)
@if ($iconImage) {{ RvMedia::image($iconImage) }} @else @endif
@endif
{{ $loop->index }}. {!! BaseHelper::clean($tabTitle) !!}
@if ($tabDescription = Arr::get($tab, 'description'))

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

@endif
@endforeach @foreach($tabs as $tab) @continue(! Arr::get($tab, 'title') || $loop->first)
@endforeach
@endif
@if ($image = $shortcode->image) {{ RvMedia::image($image, $title, attributes: ['class' => 'rounded-3 w-100 img-fluid']) }} @endif
@php $primaryButtonLabel = $shortcode->primary_action_label; $primaryButtonUrl = $shortcode->primary_action_url; $secondaryButtonLabel = $shortcode->secondary_action_label; $secondaryButtonUrl = $shortcode->secondary_action_url; @endphp @if(($primaryButtonLabel && $primaryButtonUrl) || ($secondaryButtonUrl && $secondaryButtonLabel)) @endif