@extends('theme.default.layouts.website') @section('header')

{{ _lang('FAQ') }}

@endsection @section('content')

{{ _lang('FAQ') }}

{{ _lang('Stop wasting time and money designing and managing a website that does not get results. Happiness guaranteed!') }}

@foreach(\App\Faq::all() as $faq)
{!! clean(get_array_data($faq->answer)) !!}
@endforeach
@endsection