@if (is_plugin_active('gallery') && $galleries->isNotEmpty()) @php $textColor = $shortcode->text_color; $backgroundColor = $shortcode->background_color; @endphp
$backgroundColor])> @if ($title = $shortcode->title)

$textColor])>{!! BaseHelper::clean($title) !!}

@endif
@foreach($galleries as $gallery)
{{ RvMedia::image($gallery->image, $gallery->name, 'medium-square') }}
@endforeach
@endif