@extends('master.front') @section('meta') @endsection @section('title') {{__('FAQ')}} @endsection @section('content')
@foreach ($fcategories as $category) @endforeach
@endsection