MINI MINI MANI MO

Path : /var/www/html/sistemas/saplxi/storage/framework/views/
File Upload :
Current File : /var/www/html/sistemas/saplxi/storage/framework/views/9a8a8a6b470bfdc2e8a6955d251ca0f25b12d620.php

<?php $__env->startSection("content"); ?>
    <!-- invoice list -->
    <section class="invoice-list-wrapper section">
        <!-- create invoice button-->
        <!-- Options and filter dropdown button-->
        <div class="seaction">
            <div class="row">
                <div class="col s12 m12 l12">
                    <div id="button-trigger2" class="card card card-default scrollspy">
                        <div class="card-content">
                            <!-- create invoice button-->
                            <div class="row">
                                <div class="input-field col s8">
                                    <h1><?php if($comision->comision_unida): ?> <?php $data = app('\App\Http\Controllers\MCG\ComisionesController'); ?><?php $__currentLoopData = $data->ComisionUnidaNombre($comision->id); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $valor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?><?php echo e($valor); ?><br><?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <?php echo e($comision->comision->nombre); ?> <?php endif; ?></h1>
                                    <h4>Votacion: <br> <?php echo e($nombreTema); ?></h4>
                                </div>
                            </div>
                            <br>
                           
                            <div class="responsive-table">
                                <table class="table white border-radius-4 pt-1">
                                    <thead>
                                    <tr>
                                        <th style="width: 10%">
                                            <span>#</span>
                                        </th>
                                        <th style="width: 40%">Diputado</th>
                                        <th style="width: 10%">Partido</th>
                                        <th>Sentido</th>
                                    </tr>
                                    </thead>
                                    <tbody>
                                        <?php $__currentLoopData = $diputados; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $com => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                            <?php $__currentLoopData = $value; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                <?php if($item != null): ?>
                                                <tr>
                                                    <td><?php echo e($key+1); ?></td>
                                                    <td><?php echo e($item->diputado->apaterno); ?> <?php echo e($item->diputado->amaterno); ?> <?php echo e($item->diputado->nombres); ?><br><?php $data = app('\App\Http\Controllers\MCG\ComisionesController'); ?><?php echo e($data->ComisionNombre($com)); ?><br><?php echo e($item->cargo); ?></td>
                                                    <td>
                                                        <img width="50%" src="<?php echo e(asset("/storage/img/partidos/".$item->diputado->partido->emblema)); ?>">
                                                    </td>
                                                    <td>
                                                    <?php echo e($estatus[$item->diputado->votaciones()->whereIdSesionesComision($comision->id)->whereIdComision($com)->whereTema($tema)->first() ? $item->diputado->votaciones()->whereIdSesionesComision($comision->id)->whereIdComision($com)->whereTema($tema)->first()->voto: 5]); ?> 
                                                    </td>
                                                </tr>
                                                <?php endif; ?>
                                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                    </tbody>
                                </table>
                                
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
<?php $__env->stopSection(); ?>

<?php echo $__env->make("layout.pages.app", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/legislaedomex/public_html/saplxi/resources/views/pages/comisiones/votos.blade.php ENDPATH**/ ?>

OHA YOOOO