@extends('admin.layouts.app') @section('title', 'Add Faq') @section('section')

Faq Form

@csrf

Faq Section

@error ('title') {{$message}} @enderror

@error ('description') {{$message}} @enderror

@endsection @section('script') @endsection