@if($section->title)
@if($section->subtitle)
{{ $section->subtitle }}
@endif
{{ $section->title }}
@endif
@if($section->content)
{!! $section->content !!}
@endif
@if($section->getConfig('custom_html'))
{!! $section->getConfig('custom_html') !!}
@endif