@extends('layouts.admin-layout') @section('title') Edit Testimonials @endsection @section('content')

Edit Testimonials

Back
@csrf
@error ('title') {{$message}} @enderror
@error ('description') {{$message}} @enderror
@endsection @section('script') @endsection