@props(['block', 'replacements' => []]) @if ($block) @if ($block->is_placeholder)

Placeholder — awaiting client copy

{{ $block->bodyWith($replacements) }}
@else
{{ $block->bodyWith($replacements) }}
@endif @else

Placeholder — awaiting client copy

This content has not been added yet.

@endif