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

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

@endif @if($shortcode->description)

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

@endif @if($shortcode->primary_button_text) {!! BaseHelper::clean($shortcode->primary_button_text) !!} @if($shortcode->primary_button_icon) @endif @endif @if($shortcode->secondary_button_text) {!! BaseHelper::clean($shortcode->secondary_button_text) !!} @if($shortcode->secondary_button_icon) @endif @endif @if($shortcode->below_button_text)

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

@endif
@foreach($skills as $skill) @endforeach
@if($shortcode->right_image) {{ RvMedia::image($shortcode->right_image, $shortcode->title, attributes: ['class' => 'position-relative z-1 filter-gray']) }} @endif @if($shortcode->right_image_shape)
{{ RvMedia::image($shortcode->right_image_shape, $shortcode->title, attributes: ['class' => 'ribbonRotate']) }}
@endif
@if($shortcode->background_image)
@endif