{{ $section->title ?? 'no_title' }}
@if (isset($section->title) && $section->title !== 'no_title')

{{ $section->title }}

@endif {!! $section->text_content !!}
@if ($section->button_text) @endif