@extends('layouts.admin-layout') @section('title') Add Faq @endsection @section('content')

Add Faqs

Back
@csrf
@error('heading') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@endsection @section('script') @endsection