@extends('layouts.content') @push('custom-css') @endpush @section('body_content')
@include('partials.alert')
@csrf
Section 1

@include('faqs.modals.create_category_modal') @push('scripts') @endpush @endsection