background_image) data-background="{{ RvMedia::getImageUrl($bgImage) }}" @endif >
@if ($image = $shortcode->image) {{ RvMedia::image($image, $shortcode->title ?: __('Testimonials')) }} @endif
@if ($boxImage = $shortcode->box_image) {{ RvMedia::image($boxImage, $shortcode->box_title) }} @endif
@if ($boxTitle = $shortcode->box_title)

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

@endif @if ($boxDescription = $shortcode->box_description)

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

@endif
@if ($testimonials->isNotEmpty())
@foreach ($testimonials as $testimonial)
@if ($bgImage1 = $shortcode->background_image_1)
{{ RvMedia::image($bgImage1, $testimonial->name) }}
@endif

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

{{ $testimonial->name }}

{{ $testimonial->company }}
@endforeach
@endif