@if($hasLeftCol = ($shortcode->right_image || $shortcode->right_image_shape))
@if($shortcode->right_image) {{ RvMedia::image($shortcode->right_image, $shortcode->title) }} @endif @if($shortcode->right_image_shape)
{{ RvMedia::image($shortcode->right_image_shape, $shortcode->title, attributes: ['width' => '80px']) }}
@endif
@endif
$hasLeftCol, 'col-lg-10' => ! $hasLeftCol])>
@if($shortcode->subtitle)
<span>

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

</span>
@endif @if($shortcode->title)

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

@endif @if($shortcode->description)

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

@endif
    @foreach($skills as $skill)
  • @endforeach
@if($shortcode->below_button_text) {{ $shortcode->below_button_text }} @endif
@if($shortcode->primary_button_text) open_primary_link_in_the_new_tab ?? 'yes') == 'yes') target="_blank" @endif> @if($shortcode->primary_button_icon) @endif {!! BaseHelper::clean($shortcode->primary_button_text) !!} @endif @if($shortcode->secondary_button_text) open_secondary_link_in_the_new_tab ?? 'yes') == 'yes') target="_blank" @endif> @if($shortcode->secondary_button_icon) @endif {!! BaseHelper::clean($shortcode->secondary_button_text) !!} @endif
@if($shortcode->background_image || $shortcode->background_image_dark)
@if($shortcode->background_image) {{ RvMedia::image($shortcode->background_image, $shortcode->title, attributes: ['class' => 'bg-w']) }} @endif @if($shortcode->background_image_dark) {{ RvMedia::image($shortcode->background_image_dark, $shortcode->title, attributes: ['class' => 'bg-d']) }} @endif
@endif