@php $backgroundColor = Arr::get($config, 'background_color', '#6d4df2'); $backgroundColor = $backgroundColor === 'transparent' ? null : $backgroundColor; $backgroundImage = Arr::get($config, 'background_image'); $backgroundImage = $backgroundImage ? RvMedia::getImageUrl($backgroundImage) : null; $backgroundImage = $backgroundImage ? "url($backgroundImage)" : null; @endphp
$backgroundColor, "--widget-background-image: $backgroundImage !important;" => $backgroundImage, ]) >
@if ($subtitle = Arr::get($config, 'subtitle'))
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = Arr::get($config, 'title'))

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

@endif @if ($description = Arr::get($config, 'description'))

{!! BaseHelper::clean(nl2br($description)) !!}

@endif {!! $form->renderForm() !!}