FAQ

Quick Answers
for Green Minds

Starting something new can feel overwhelming
but we’re here to help. Below you’ll find answers
to the most frequently asked questions about

@foreach($faqs as $faq) @php $showClass = 'hide'; $ariaExpanded = 'false'; $view = 'collapsed'; @endphp @if ($loop->iteration == 1) @php $showClass = 'show'; $ariaExpanded = 'true'; $view = ''; @endphp @endif

{{ $faq->answer }}

@endforeach