@extends('layouts.simple.master') @section('title', 'Update FAQs') @section('breadcrumb-title')

Update FAQs

@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
Cancel
@endsection @section('css') @endsection