@extends('layouts.admin') @section('content')
@csrf @method('put')
Edit Testimonial
Enter Testimonial Name @error('name') * @enderror
Change Testimonial Image @error('image') * @enderror
Enter Title @error('title') * @enderror
Testimonial @error('content') * @enderror
@endsection @section('script') @endsection