@php $section = get_welcome_section(); @endphp @if($section)

{{ $section->heading }}

{!! $section->content !!}
@endif