Sindbad~EG File Manager
<div>
<h1 align="center">Reacciones de las cápsulas - <button onclick="fnExcelReport()" class="btn btn-success">Descargar reacciones</button></h1>
<div class="card">
<div class="card-header">
<div class="col-md-12">
<input wire:model="search" class="form-control" type="search" placeholder="Buscar" />
</div>
</div>
<div class="card-body">
<table class="table table-bordered" id="headerTable">
<thead>
<tr>
<th>Cápsulas</th>
<th>Reacciones</th>
<th>Opciones</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $capsulas; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td>
<b>Cápsula: </b><?php echo e($value->titulo); ?> <br>
<b>Curso: </b><?php echo e($value->curso); ?>
</td>
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('reaccionescursocontador', ['capsula_id' => $value->id ])->html();
} elseif ($_instance->childHasBeenRendered('ZfBDW6n')) {
$componentId = $_instance->getRenderedChildComponentId('ZfBDW6n');
$componentTag = $_instance->getRenderedChildComponentTagName('ZfBDW6n');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('ZfBDW6n');
} else {
$response = \Livewire\Livewire::mount('reaccionescursocontador', ['capsula_id' => $value->id ]);
$html = $response->html();
$_instance->logRenderedChild('ZfBDW6n', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
</div>
<div class="card-footer">
<div class="col-12">
<?php echo e($capsulas->links()); ?>
</div>
</div>
</div>
</div>
<?php /**PATH /var/www/html/eva.sumar.com.py/resources/views/livewire/reaccionescurso.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists