@php $description = Arr::get($config, 'description'); $image = Arr::get($config, 'image'); @endphp @if($messages)
@endif @if($description || $image)
@if($description)

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

@endif @if($image) {{ RvMedia::image($image, $description) }} @endif
@endif