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

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

@endif @if ($image = Arr::get($config, 'image'))
{{ RvMedia::image($image, $title) }}
@endif @if ($description = Arr::get($config, 'description'))

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

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