@if($translation->faqs)

{{__("FAQs")}}

@foreach($translation->faqs as $item)
{{$item['title']}}
{!! clean($item['content']) !!}
@endforeach
@endif