@php $html = $section['data']['html'] ?? null; @endphp @if($html)
{!! $html !!}
@endif