@extends('frontend.layout.master') @section('title', $pageTitle) @section('content')

FAQ

@foreach($allfaq as $faq)
{{ $faq->question }}

{{ $faq->answare }}

@endforeach
@endsection