@extends('frontend_landing_page.master') @section('content') @php $allpage = DB::table('all_page_images')->where('id', 1)->first(); @endphp

FAQs

image
@php $page = DB::table('pages')->where('id', 1)->first(); @endphp
Popular FAQs

Frequently Asked Questions

{!!$page->faqs !!}
@endsection