@props([ 'faqs' => [] ]) @if(count($faqs) > 0) {{-- Visible FAQ Section --}}
@foreach($faqs as $faq)
@endforeach
{{-- JSON-LD Schema --}} @endif