@foreach(range(1, $quantity) as $i)
@if($loop->odd)
{{ $shortcode->{'title_' . $i} }}
@endif
$loop->odd, 'mr-100' => $loop->even])> @if($subtitle = $shortcode->{'subtitle_' . $i})

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

@endif @if($title = $shortcode->{'title_' . $i})

{{ $title }}

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

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

@endif @if($buttonLabel = $shortcode->{'button_label_' . $i}) {{ $buttonLabel }} @endif
@if($loop->even)
{{ $shortcode->{'title_' . $i} }}
@endif
@endforeach