@if($shortcode->title)

{{ $shortcode->title }}

@endif
@foreach(range(1, $shortcode->quantity) as $i)
@if($icon = $shortcode->{"icon_$i"})
{{ $shortcode->{
@endif
{{ $shortcode->{"title_$i"} }}
{!! BaseHelper::clean(nl2br($shortcode->{"subtitle_$i"})) !!}
@endforeach