background_image) style="background-image: url('{{ RvMedia::getImageUrl($bgImage) }}'); background-size: cover;" @endif >
@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($testimonials->isNotEmpty())
@foreach($testimonials as $testimonial)
{{ $testimonial->name }}
{{ $testimonial->name }}
{{ __('Icon reviews') }}

{!! BaseHelper::clean($testimonial->content) !!}

{{ __('Icon') }}
@endforeach
@endif