@if($subtitle = $shortcode->subtitle)

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

@endif @if($title = $shortcode->title)

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

@endif

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

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

    @foreach(range(1, 5) as $i) @if($text = $shortcode->{'list_item_' . $i})
  • {{ $text }}
  • @endif @endforeach