@if ($faqs->count() > 0)

{{ $homeSection->trans->name }}

@if ($homeSection->description)

{{ $homeSection->trans->description }}

@endif
@foreach ($faqs as $faq)
@include('themes.basic.partials.faq-accordion', ['faq' => $faq])
@endforeach
@endif