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

{{ $section->title }}

@endif
@php $sectionElementsCount = $section->sectionElements->count(); @endphp
@foreach ($section->sectionElements as $element) @if ($element->sectElType->type == 'emphasys_three_columns_item')
@if (isset($element->title) && $element->title !== 'no_title')

{{ $element->title }}

@endif @if (isset($element->description) && $element->description !== 'no_description')

{{ $element->description }}

@endif
@endif @endforeach