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

Patient feedback

Testimonials

Only feedback with confirmed publication permission and completed internal review appears here. Individual experiences are personal and should not be interpreted as medical advice or a guarantee of outcomes.

@forelse($testimonials as $testimonial)
“{{ $testimonial->public_wording ?: $testimonial->original_wording }}”
@if($testimonial->attribution)
— {{ $testimonial->attribution }}
@endif@if($testimonial->disclaimer_required)

Individual experience; not medical advice and not a guarantee of results.

@endif
@empty
No testimonials are currently approved for public display.
@endforelse
@endsection