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

Edit Testimonial

Back
@csrf
@php $ratenum = number_format($rating_value); @endphp @for ($j = 5; $j > $ratenum; $j--) @endfor @for ($i = $ratenum; $i >= 1; $i--) @endfor
@error ('customer_name') {{$message}} @enderror
@error ('testimonial_image') {{$message}} @enderror
Profile Preview
@error ('description') {{$message}} @enderror
@endsection @section('script') @endsection