@extends('layouts.admin-layout') @section('title', 'Add Faqs') @section('content')

Add Faqs

@csrf

Home Faqs Section

@error ('title') {{$message}} @enderror
@error ('description') {{$message}} @enderror
@endsection @section('script') @endsection