@extends('layouts.app') @section('content')

Create Testimonial

@csrf

Use initials only for privacy (e.g., "J.D.")

@error('client_initials')

{{ $message }}

@enderror
@error('testimonial_text')

{{ $message }}

@enderror

Note: Only approved testimonials will be displayed on the website. A compliance disclaimer will be automatically attached.

Cancel
@endsection