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

Home Faqs Form

@csrf

Home Faqs Section

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

@endsection @section('script') {{-- --}} @endsection