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

{{ $section->title }}

@endif
@if ($section->subtitle || $section->description)
@if ($section->subtitle)

{{ $section->subtitle }}

@endif
@if ($section->description)

{{ $section->description }}

@endif
@endif {{ $section->title ?? 'no_title' }}