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

Add Faqs

@csrf

Home Faqs Section

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