Content blocks ({{ $blocks->count() }})
Blocks render below the main content, in the order shown.
@if ($blocks->isNotEmpty())
@foreach ($blocks as $block)
-
@if ($block->image)
 }})
@endif
{{ $block->typeLabel() }}
{{ $block->heading ?: '(no heading)' }}
@if ($block->subheading)
{{ $block->subheading }}
@endif
@if ($rows = $block->rows())
{{ count($rows) }} rows
@endif
@endforeach
@endif
{{--
One form, type-aware: choosing a block type reveals only the
fields that type actually uses, so the builder stays usable as
more block types are added.
--}}