@if($galleries->isNotEmpty())
@if ($title = Arr::get($config, 'title'))

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

@endif
@foreach($galleries as $gallery) {{ RvMedia::image($gallery->image, $gallery->name, 'thumb', attributes: ['class' => 'rounded-3', 'width' => 80]) }} @endforeach
@endif