@if($translation->faqs)
{{__("FAQs")}}
@foreach($translation->faqs as $key=>$item)

{!! clean($item['content']) !!}

@endforeach
@endif