@extends('Frontend.Template.layout') @section('title') FAQ Page @endsection @section('content')

{{ $heading->faq_title }}

@foreach($faqs as $faq)

{!! $faq->answer !!}

@endforeach
@endsection