@if ($section->title_icon)
 }})
@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)
 }})
@endforeach
@endif
@if ($section->button_text && $section->button_link)
{{ $section->button_text }}
@endif