{!! BaseHelper::clean($shortcode->quote) !!}
@if($shortcode->author)
@if($shortcode->author_image) {{ RvMedia::image($shortcode->author_image, $shortcode->author, attributes: ['class' => 'avatar-lg rounded-circle', 'width' => 48]) }} @endif
{{ $shortcode->author }}
@if($shortcode->author_description)
{{ $shortcode->author_description }}
@endif
@endif