@if ($title = $shortcode->title)
                    
{!! BaseHelper::clean($title) !!}
                @endif
                @if ($description = $shortcode->description)
                    
{!! BaseHelper::clean($description) !!}
                @endif
                @if ($featuredList)
                    
                        
                            @foreach($featuredList as $featured)
                                @continue(! $title = Arr::get($featured, 'title'))
                                - {!! BaseHelper::clean($title) !!}@endforeach
 
                @endif