@extends('frontend.layouts.app') @section('title', 'FAQs') @section('content') {{-- Hero Section --}} @include('frontend.partials.hero', [ 'mainHeading' => __('pages.faq'), 'subHeading' => __('pages.faq_description'), 'breadcrumb1' => [ 'name' => __('route.home'), 'route' => route('home'), ], 'breadcrumb2' => [ 'name' => __('route.faq'), 'route' => route('faqs'), 'class' => 'text-gray-400', ], 'breadcrumb3' => null, 'breadcrumb4' => null, ])
{{ app()->getLocale() == 'en' ? 'Select a category to view FAQs.' : 'FAQ हेर्नको लागि कुनै श्रेणी छान्नुहोस्।' }}
{{-- Contact Details --}} @include('frontend.partials.contact-detail') @endsection @push('scripts') @endpush