Project Feedback

Project Overall Rating: {{ round($clientFeedbackOAS, 2) }}
Number of Respondents: {{ $receivedFeedbackCounts }}/{{ $totalRespondents }} (Received/Sent)
Chart

Feedback Questions Comments

@foreach ($questions as $question)

Q{{ $loop->iteration }}. {{ $question->question }}

    @if(count($question->feedbacks) > 0) @foreach($question->feedbacks as $feedback)
  • • {{ $feedback }}
  • @endforeach @else
  • • No comment received yet!
  • @endif
@endforeach