@extends('master.front') @section('meta') @endsection @section('title') {{__('FAQ')}} @endsection @section('content')

{{__('คำถามที่พบบ่อย')}}

@foreach ($fcategories as $category) {{$category->name}} @endforeach
@foreach ($fcategories as $category)

{{$category->name}}

{{--

{{$category->name}}

--}}