ENCUESTA: {{ mb_strtoupper($title) }} | ||||||||
EMPRESA: {{ $company->name }} | N° de participantes: {{ $number_participants }} | FECHA: {{ date('Y-m-d') }} | ||||||
CUESTIONARIO |
ENCUESTADO | @foreach ($all_questions as $question){{ mb_strtoupper($question['question_text']) }} | @endforeach
---|---|
{{ $responses['respondent_info']['respondent_name'] }} | @foreach ($responses['questions'] as $question)@if ($question['answered']) {{$question['answer_text'] }} @else - @endif | @endforeach