@lang('site.faq_title')
@foreach($faqs as $faq)
@php
$qa = json_decode($faq->meta_value);
@endphp
{{$qa->q}}
{!! $qa->a !!}
@endforeach