@for ($i = 1; $i <= 5; $i++) @if (clean($shortcode->{'title' . $i}))

{!! clean($shortcode->{'title' . $i}) !!}

{!! clean($shortcode->{'subtitle' . $i}) !!}

@endif @endfor