@include('Admin.Includes.header')

{{ __('Create New Testimonial') }}

@if ($errors->any()) @endif
@csrf
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
Recommended: Square image (e.g., 400x400px)
@include('Admin.Includes.footer')