@extends('layouts.simple.master') @section('title', 'Create FAQs') @section('breadcrumb-title') @endsection @section('breadcrumb-items') @endsection @section('script') @endsection @section('content')
create FAQs
@csrf
@php $faqCategories = DB::table('faq_categories')->get(); @endphp
@endsection @section('scripts') @endsection