@extends('Layouts.pageResponseLayout')
@section('content')
Feedback Response
@if($response == "satisfied")We appreciate you!
@elseif($response == "unsatisfied")
We aren't happen you are not satisfied, Your response is received and will be acted upon.
@else
An error occurred! Please hit the button from your mail again to give us your feedback.ss
@endif
{{--You have successfully unlock the next stage of the task {{$task->task_name}}. You can login to view details.
--}}
@endsection