@extends('backend.layouts.app') @section('title') Create Faq Category @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('backend.faq-category.partials.form')
@endsection