@include('Admin.Includes.header')

{{ __('Edit Testimonial') }}: {{ $testimonial->customer_name }}

@if (session('success')) @endif @if ($errors->any()) @endif
@csrf @method('PUT')
Testimonial Information
@error('customer_name')
{{ $message }}
@enderror
Rating from 0.0 to 5.0 (e.g., 4.5) @error('rating')
{{ $message }}
@enderror
Maximum 500 characters
@if($testimonial->customer_image)
Current image
Current Image
@endif Leave empty to keep current image. Recommended: Square image (e.g., 400x400px)
is_active) ? 'checked' : '' }} value="1">
@include('Admin.Includes.footer')