@if($error)
!

{{ __('Could not record feedback') }}

{{ $error }}

@elseif($positive)
👍

{{ __('Thanks for the feedback!') }}

{{ __('Glad that answer helped. You can close this page.') }}

@else
👎

{{ __('Thanks — we’ll do better next time.') }}

{{ __('Your feedback helps us tune answers that miss the mark. You can close this page.') }}

@endif