{{ $training->title }} Feedback Share feedback about {{ $training->title }}{{ $training->organization ? ' for '.$training->organization : '' }}. @php $satisfactionScale = [ '1' => 'Very dissatisfied', '2' => 'Dissatisfied', '3' => 'Neutral', '4' => 'Satisfied', '5' => 'Very satisfied', ]; $overallScale = [ '5' => 'Excellent', '4' => 'Good', '3' => 'Neutral', '2' => 'Poor', '1' => 'Very poor', ]; $topics = [ 'Money Personality & Values Clarification', 'Budgeting Basics', 'Managing Debt', 'Saving and Emergency Funds', 'Investing and Investment Options', 'Retirement Planning', 'Money and Relationships', ]; @endphp
Training feedback

How did the session go?

Share two honest minutes about {{ $training->title }}. Your feedback helps us improve the next Money-Wise experience.

@if ($training->intro)

{{ $training->intro }}

@endif

Your answers are confidential and used only to improve our sessions.

@if (session('feedback_submitted'))

Feedback received. Asante!

Your response has been recorded and will help us refine the next Money-Wise experience.

@if (! empty($training->resources))

Your session resources

@foreach ($training->resources as $resource) {{ $resource['label'] }} @endforeach
@endif
@push('scripts') @endpush @else
@csrf

Your training

This feedback link is already connected to the correct training.

Training
{{ $training->title }}
@if ($training->organization)
Organization
{{ $training->organization }}
@endif @if ($training->training_date)
Date
{{ $training->training_date->format('j F Y') }}
@endif @if ($training->facilitator)
Facilitator
{{ $training->facilitator }}
@endif @if ($training->audience_segment)
Audience
{{ $training->audience_segment }}
@endif
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror

Your experience

Tap a rating for each. Honest beats polite, every time.

@error('scheduling_comment')

{{ $message }}

@enderror
@error('trainer_advice')

{{ $message }}

@enderror

Impact and next steps

What stuck, what needs more time, and what we should build next.

@error('financial_mindset_impact')

{{ $message }}

@enderror
@error('recommend_training')

{{ $message }}

@enderror

Which topics had the greatest impact?

Pick as many as apply.

@foreach ($topics as $topic) @endforeach
@error('greatest_impact_topics')

{{ $message }}

@enderror

Which topics need more time or a deeper session?

Pick as many as apply.

@foreach ($topics as $topic) @endforeach
@error('more_time_topics')

{{ $message }}

@enderror
@error('recommended_improvements')

{{ $message }}

@enderror
@error('trainer_additional_feedback')

{{ $message }}

@enderror
@endif