芝麻web文件管理V1.00
编辑当前文件:/home/lekhnath/silverray.com.au/oldsite/resources/views/faq.blade.php
@extends('layout') @section('title')
{{__('user.FAQ')}}
@endsection @section('meta')
@endsection @section('user-content')
{{__('user.FAQ')}}
{{__('user.Home')}}
{{__('user.FAQ')}}
@foreach ($faqs as $item)
{{ $item->translated_question }}
{!! clean($item->translated_answer) !!}
@endforeach
@endsection