Sindbad~EG File Manager
<?php
use App\Models\Puntaje;
?>
<table>
<tr>
<td>Nombre del usuario</td>
<td>Pregunta</td>
<td>Respuesta 1</td>
<td>Respuesta 2</td>
<td>usuario_id</td>
<td>Equipo</td>
<td>Fecha</td>
<td>Puntuación</td>
<td>Feedback</td>
</tr>
<?php $__currentLoopData = $respuestas; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $res): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($res->name); ?></td>
<td>
<?php
$texto = preg_replace ('/<[^>]*>/', ' ', $res->int_nom);
echo $texto;
?>
</td>
<td>
<?php if($res->int_tipo == 4 || $res->int_tipo == 5): ?>
<?php
$datos=unserialize($res->respuesta);
?>
<ul>
<?php $__currentLoopData = $datos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $dato): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php $__currentLoopData = $dato; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $da): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li><?php echo e($da); ?></li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
<?php else: ?>
<?php echo e($res->respuesta); ?>
<?php endif; ?>
</td>
<td>
<?php echo e(strip_tags($res->respuesta2)); ?>
</td>
<td><?php echo e($res->usuario_id); ?></td>
<td><?php echo e($res->equipo); ?></td>
<td><?php echo e($res->created_at); ?></td>
<?php
$puntaje=Puntaje::where('usuario_id',$res->usuario_id)->where('formulario_id',$res->formulario_id)->first();
?>
<td>
<?php if($puntaje): ?>
<?php echo e($puntaje->nota); ?>
<?php endif; ?>
</td>
<td>
<?php if($puntaje): ?>
<?php echo e($puntaje->feedback); ?>
<?php endif; ?>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</table> <?php /**PATH /var/www/html/eva.sumar.com.py/resources/views/exportar/reflexionesformulario.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists