@extends('Layouts.frontLayout',['classBody'=>"home page container-max-width show-bottom-nav"]) @section('title') {{__('Faq')}} @endsection @section('content')

{{__('Faq')}}

{{__('Faq')}}

@foreach($data['Faq'] as $item)
{{$item->title}}

{{$item->text}}

@endforeach
@endsection