{{ $section->title ?? 'no_title' }}
@if ($section->title_icon) {{ $section->title ?? 'no_title' }} @endif
@if ($section->subtitle)

{{ $section->subtitle }}

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

{{ $section->title }}

@endif

{!! $section->text_content !!}

@php $partners = $section->children->where('sectionType.type', 'tech_partners')->first(); @endphp @if ($partners)

{{ $partners->title ?? 'ТЕХНОЛОГИЧНИ ПАРТНЬОРИ:' }}

@foreach ($partners->sectionElements as $partner) {{ $partner->title ?? 'no_title' }} @endforeach
@endif @if ($section->button_text && $section->button_link) {{ $section->button_text }} @endif