{{-- Section Title --}}

{!! $content['title'] !!}

@if(!empty($content['subtitle']))

{!! $content['subtitle'] !!}

@endif
{{-- FAQ Container --}}
@if(!empty($content['questions']))
@foreach($content['questions'] as $index => $faq)

{{ $faq['answer'] }}

@endforeach
@else {{-- Fallback wenn keine FAQ-Daten vorhanden --}}

Keine FAQ-Inhalte verfügbar.

@endif