@extends('layout') @section('title') {{__('user.FAQ')}} @endsection @section('meta') @endsection @section('user-content')

{{__('user.FAQ')}}

@foreach ($faqs as $item)

{!! clean($item->translated_answer) !!}
@endforeach
@endsection