ENCUESTA: {{ mb_strtoupper($title) }} | ||||||||
EMPRESA: {{ $company->name }} | N° de participantes: {{ $number_participants }} | FECHA: {{ date('Y-m-d') }} |
{{ mb_strtoupper($section['section']) }} |
@isset($array_question[$first_key]['question']) {{ $array_question[$first_key]['question'] }} @endisset | @isset($array_question[$first_key + 1]['question']) {{ $array_question[$first_key + 1]['question'] }} @endisset | @isset($array_question[$first_key + 2]['question']) {{ $array_question[$first_key + 2]['question'] }} @endisset | ||||||
---|---|---|---|---|---|---|---|---|
RESPUESTA | CANTIDAD | PORCENTAJE | @else@endif @endfor | |||||
{{ $array_question[$first_key + $j]['answers'][$i]['answer_text'] }} | {{ $array_question[$first_key + $j]['answers'][$i]['count'] }} | {{ $array_question[$first_key + $j]['answers'][$i]['percentage'] }}% | @else@endif @endfor |