@extends('User.layouts.layout') @section('desc_text',__('messages.FAQ')) @section('left_image',$setting['faq_image']) @section('breadcrumb',__('messages.FAQ')) @section('css') @endsection @section('js') @endsection @section('contents') @php($FAQ = FAQ()) @foreach ($FAQ as $item) {{ $item['question_'.lang()] }} {!! $item['answer_'.lang()] !!} @endforeach @endsection
{!! $item['answer_'.lang()] !!}