@extends('frontend.layouts.master') @section('title') FAQ @endsection @section('main-content') @include('frontend.layouts.notification')

Faq

Frequently Asked Questions

    @if($faqs) @foreach($faqs as $faq)
  • {{$faq->title}}

    {{$faq->description}}

  • @endforeach @endif
@endsection