@php $currentDateTime = \Carbon\Carbon::now()->format('Y-m-d H:i:s'); @endphp
{{ config_intranet('full_name') }} | ||||||||
---|---|---|---|---|---|---|---|---|
REPORTE DE ENCUESTA | ||||||||
Encuesta: {{ $surveyApplication->survey->name }} | ||||||||
Descripción: {{ $surveyApplication->survey->description }} | ||||||||
Tipo: {{ $surveyApplication->survey->type }} | ||||||||
Cantidad de preguntas: {{ $surveyApplication->survey->question_count }} | ||||||||
Lista de distribución: {{ $surveyApplication->distributionList->name }} | ||||||||
Fecha de descarga: {{ $currentDateTime }} | ||||||||
Profesor | @endif @if ($surveyApplication->survey->type === 'EVALUACION DOCENTE')Clase | @endifFecha y hora de respuesta | @foreach ($surveyApplication->survey->fields as $field){{ $field->question }} | @endforeach|||||