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

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

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