@php $faqCaption = getContent('faq.content',true); $faqElements = getContent('faq.element',false,null,true); @endphp

{{ __(@$faqCaption->data_values->heading_w) }} {{ __(@$faqCaption->data_values->heading_c) }}

{{ __(@$faqCaption->data_values->sub_heading) }}

@foreach($faqElements as $faqElement)

{{ __(@$faqElement->data_values->answer) }}
@endforeach