@section('title', UI::get('faq-title') ?? null) @section('subtitle', UI::get('faq-sub-title') ?? null) @section('header-image', UI::get('faq-header-image') ?? null)
@foreach ($faqs as $index => $faq)

{{ $faq->answer }}
@endforeach
@include('pages.components.call-contact')