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

{{ $section->title }}

@endif
@foreach ($section->sectionElements as $index => $element) @if ($element->sectElType->type == 'review_item') @endif @endforeach
@if ($section->button_text)
{{ $section->button_text }}
@endif