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

{{$section->title}}

@endif
@foreach ($section->children as $key => $element) @php $key = $key + 1; @endphp {{ $element->title ?? 'no_title' }} @if (isset($element->title) && $element->title !== 'no_title')

{{ $element->title }}

@endif
@endforeach
@foreach ($section->children as $key => $content) @php $key = $key + 1; $industryContentList = $content->children->where('sectionType.type', 'industry_content_list'); @endphp @endforeach