@props(['faqs']) {{-- Native
/ rather than a JS-driven accordion: fully accessible and keyboard-operable out of the box, works with JS disabled, and costs zero script-execution time — the most Lighthouse-friendly way to build this pattern. --}}
@foreach ($faqs as $faq)
first) open @endif> {{ $faq['question'] }}

{{ $faq['answer'] }}

@endforeach