@extends('theme::layout') @section('title', 'FAQ') @section('content') @php $activeId = request('category', optional($categories->first())->id); $active = $categories->firstWhere('id', $activeId) ?? $categories->first(); @endphp @include('theme::_hero_banner', [ 'heroTitle' => 'Frequently Asked Questions', 'heroSubtitle' => 'Find answers to common questions about our parish', 'breadcrumbs' => [ ['label' => 'Home', 'url' => route('web.home')], ['label' => 'FAQ'], ], ]) @if($topwidget->isNotEmpty())
No FAQs available.
@elseNo questions in this category yet.
@else