{{-- resources/views/themes/general/sections/custom-html.blade.php --}} @php // $section is passed by the LandingPageSection component. $htmlContent = $section->content['html'] ?? ''; @endphp
{!! $htmlContent !!}