@if($shortcode->title || $shortcode->description || $shortcode->primary_action_label)
@if($shortcode->title)

{!! BaseHelper::clean(nl2br($shortcode->title)) !!}

@endif @if($shortcode->description)

{!! BaseHelper::clean(nl2br($shortcode->description)) !!}

@endif @if($shortcode->primary_action_label) {{ $shortcode->primary_action_label }} @if($shortcode->primary_action_icon) @endif @endif
@endif
@foreach($partners as $partner)
@if($partner['url']) {{ RvMedia::image($partner['image'], $partner['name'], attributes: ['style' => 'height: 100%']) }} @else {{ RvMedia::image($partner['image'], $partner['name'], attributes: ['style' => 'height: 100%']) }} @endif
@endforeach