@extends('layouts.frontlayout') @section('content') {{ContentManagement::get('faqs_breadcrumb')}} {{ContentManagement::get('faqs_description')}} {{ ContentManagement::get('faqs_title') }} Search @if(isset($listing) && count($listing) > 0) @include('frontend.faq.listingLoop') @else @endif @include('frontend.partials.pagination',['pagination' => $listing,'url' => route('faq.index')]) {{ ContentManagement::get('faqs_sub_title') }} Contact Us @endsection