@extends('layouts.survey') @section('title', 'Thank You — Survey Submitted') @push('styles') @endpush @section('content') {{-- Confetti --}}
{{-- Icon --}}
{{-- Heading --}}

Thank You!

Your feedback for {{ $surveyResponse->project->name }} has been successfully submitted. Your insights help shape what CashBaba builds next.

{{-- Points earned --}}
You earned {{ $surveyResponse->feedbackScore?->points_awarded ?? 1 }} {{ ($surveyResponse->feedbackScore?->points_awarded ?? 1) === 1 ? 'point' : 'points' }}
{{-- Detail pills --}}
Project
{{ $surveyResponse->project->name }}
Respondent Type
{{ $surveyResponse->respondentType->name }}
Language
@if($surveyResponse->language === 'bn') বাংলা @else English @endif
Submitted At
{{ $surveyResponse->submitted_at?->format('d M Y, h:i A') ?? now()->format('d M Y, h:i A') }}
{{-- Bonus note --}}
Management may review your submission and award bonus points if your response is marked as Valuable (+5), Implementable (+10), or CEO Choice (+20). Keep collecting feedback to climb the leaderboard!
{{-- Actions --}}
@endsection @push('scripts') @endpush