@extends('frontend.layouts.master') @section('title') {{ $page->title ?? 'Frequently Asked Questions' }} - Bangladesh Unbound @endsection @section('meta_title', $page->meta_title ?? 'Frequently Asked Questions - Bangladesh Unbound') @section('meta_description', $page->meta_description ?? 'Frequently Asked Questions - Bangladesh Unbound') @section('meta_keywords', $page->meta_keyword ?? 'Frequently Asked Questions - Bangladesh Unbound') @section('content') Frequently Asked Questions Find answers to common questions about our services Home • {{ $page->title ?? 'Frequently Asked Questions' }} @forelse($faqGroups as $group) {{ $group->name }} @if($group->description) {!! limit_text($group->description, 200) !!} @endif @forelse($group->faqs as $index => $faq) {{ $faq->question }} {!! $faq->answer !!} @empty No questions available in this category @endforelse @empty No FAQ Groups Available We're working on adding frequently asked questions. Please check back later. @endforelse No Results Found We couldn't find any questions matching your search. Try different keywords. @endsection @push('scripts') @endpush
Find answers to common questions about our services
{!! limit_text($group->description, 200) !!}
{!! $faq->answer !!}
No questions available in this category
We're working on adding frequently asked questions. Please check back later.
We couldn't find any questions matching your search. Try different keywords.