@include('client.common.header', ['title' => 'Interview Feedback'])
@if (!$expiredLink)
@if ($contact->status != 'feedback_received')

Feedback Form for {{ $projectName }}

@csrf @foreach ($groupByQuestions as $key => $questions)
@foreach ($questions as $question)
@if($key != 'Qualitative Questions')
@endif
@if($key != 'Qualitative Questions') @endif
@if(!$loop->last)
@endif @endforeach
@endforeach
@else

Thank you for submitting your valuable feedback; it has been sent to your respective Project Team at Empower!

@endif
@else

Oops, something went wrong!
Kindly contact your Project Owner at Empower for further assistance.

@endif
@include('client.common.footer') @if (!$expiredLink) @endif