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

Add Testimonial

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