@extends('layouts.simple.master') @section('title', 'Update FAQs') @section('breadcrumb-title') @endsection @section('breadcrumb-items') @endsection @section('script') @endsection @section('content')
Update FAQs
@csrf
@php $faqCategories = DB::table('faq_categories')->get(); @endphp
@if($faqCategory?->faqs) @foreach($faqCategory->faqs as $k=>$faq)
@endforeach @else
@endif
@endsection