@php $faqContent = @getContent('faq.content', true)->data_values; $faqElements = @getContent('faq.element'); @endphp

{{ __(@$faqContent->heading) }}

@foreach ($faqElements as $faqElement)
@php echo @$faqElement->data_values->icon @endphp
{{ __(@$faqElement->data_values->question) }}
{{ __(@$faqElement->data_values->answer) }}
@endforeach
@lang('Still have question?')

@lang('Can’t find the answers you’re looking for?') @lang('Please chat to our friendly team').