{{-- Custom HTML Block --}} @props(['block']) @php $settings = $block->settings ?? []; $html = $settings['html'] ?? ''; @endphp
{!! $html !!}