@extends('layouts.app') @section('title', 'Add Testimonial') @section('content')
@csrf

Home Testimonial Section

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

@endsection @section('script') @endsection