{!! BaseHelper::clean($shortcode->title) !!}

{!! BaseHelper::clean($shortcode->subtitle) !!}

@foreach(range(1, 3) as $i)
@if($title = $shortcode->{'title_' . $i})

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

@endif @if($description = $shortcode->{'description_' . $i})

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

@endif
@endforeach