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

{{ $section->title }}

@endif

{{ $section->subtitle }}

@foreach ($section->sectionElements as $item) {{ $item->title ?? 'no_title' }} @endforeach