01 04
@foreach (($block->get('chapters') ?: []) as $i => $chapter)

{{ $chapter['eyebrow'] ?? '' }}

{!! $chapter['title_html'] ?? '' !!}

@if (($chapter['body_1'] ?? '') !== '')

{{ $chapter['body_1'] }}

@endif @if (($chapter['body_2'] ?? '') !== '')

{{ $chapter['body_2'] }}

@endif
@if (! $loop->last) @endif @endforeach