@vite(['resources/css/app.css'])

{{ config('app.name') }}

Thank You!

Your feedback has been received. We truly appreciate you taking the time to help us improve.

@if($survey && $survey->rating)

Your rating

{{ $survey->rating_emojis }}

{{ $survey->rating_sentiment }}

@endif @if($showCommentForm && (!$survey || !$survey->comment))

Would you like to add any additional comments?

@csrf
@endif @if(session('message'))

{{ session('message') }}

@endif

You can safely close this page.