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/de07276d2535728386308c4d281040a860911078.php

<?php $__env->startSection("content"); ?>
    <h1>Grupos Parlamentarios</h1>
    <h2>LXI Legislatura</h2>
    <!--
    <p>Esta sección está actualizada con la información disponible al sábado 4 de septiembre a las 13:00 horas, por lo que aún no refleja los posibles cambios que pudieran haberse dado posterior a esa fecha, en cuyo caso, una vez validada la información por parte de la Secretaría de Asuntos Parlamentarios, se actualizará a la brevedad.</p>-->

    <div style="width: 100%; margin: auto;">


        <!--<button onclick="location.href='diputadasydiputadoslxi'">LXI Legislatura</button>-->
        <!--<button onclick="window.open('diputadasydiputadosprint')"><i class="fas fa-print"></i> Imprimir</button>-->
        <!--<button onclick="window.open('/storage/documentos/directorio/202103_directorio.pdf')"><i class="fas fa-phone-volume"></i> Directorio</button>-->
        <!--<button onclick="location.href='municipios.php'">Municipios</button>-->
    </div>

    <div style="clear: both; height: 25px;"></div>
    <!-- FOTO -->
    <?php $__currentLoopData = $partidos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $partido): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        <?php if($partido->siglas == "PNA"): ?>
            <hr>
        <?php endif; ?>
        <?php if($partido->siglas != "PNA"): ?>
            <h2>
                <?php echo e($partido->nombre); ?>

            </h2>
        <?php endif; ?>

        <?php $__currentLoopData = $partido->diputados; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <div style="font-family: 'Arimo', sans-serif;font-weight: 300;">

                <div style="text-align: center; width: 140px; float: left;">
                    <div
                        style="background: linear-gradient( 90deg, rgb(<?php echo e($item->partido->rgb); ?>,1.00) 0%, rgb(<?php echo e($item->partido->rgb2); ?>,1.00) 100% ); height: 130px; width: 130px; border-radius: 50%; padding: 5px; float: left;">
                        <div style="background: rgba(255,255,255); border-radius: 50%; height: 130px; width: 130px;">
                            <div
                                style="background: url(<?php echo e(asset("storage/img/fotos/dip/lxi/")); ?>/<?php echo e($item->foto); ?>) no-repeat; background-size: 130px; width: 130px; height: 130px; float: left; border-radius:50%;"></div>
                            <div style="clear: both;"></div>
                        </div>
                    </div>
                    <div style="clear: both;"></div>
                    <img src="<?php echo e(asset("storage/img/partidos/")); ?>/<?php echo e($item->partido->emblema); ?>"
                         style="height: 45px; margin: 5px auto;">
                </div>
                <!-- FIN FOTO -->

                <!-- DATOS -->
                <div
                    style="float: left; font-size: 1.2em; font-weight: 800; font-family: font-family: 'Arimo', sans-serif; color: rgba(57,57,59,1.00); text-align: left; padding: 2px; margin: 35px 25px;">
                    <?php echo e($item->apaterno); ?>

                    <?php echo e($item->amaterno); ?>,
                    <?php echo e($item->nombres); ?>

                <!-- <?php echo e($item->cargo); ?> -->
                    <br>
                <!-- <?php if(isset($item->cargo->cargo)): ?>
                        <?php if($item->cargo->cargo == "Presidente"): ?>
                        <span style="color: rgb(128,0,72);">Coordinador</span><br>
                        <?php endif; ?>
                    <?php endif; ?> -->

                    <span style="color: rgb(150,0,72); font-size: 0.8em; font-weight: 300;">
                    <?php if($item->distrito->distrito == "plurinom"): ?>
                            Representación Proporcional
                        <?php else: ?>
                            Distrito <?php echo e($item->distrito->distrito); ?> - <?php echo e($item->distrito->municipio); ?>

                        <?php endif; ?>
                    </span>
                    <br>

                    <span style="color: rgb(137,138,141); font-size: 0.8em; font-weight: 300;">
                        <?php echo e($item->partido->nombre); ?>

                        (<?php echo e($item->partido->siglas); ?>)
                </span><br>
                    <?php if($item->email): ?>
                        <span style="color: rgb(137,138,141); font-size: 0.8em; font-style: italic; font-weight: 300;">
                    <i class="fas fa-envelope-open-text"></i>
                    <?php echo e($item->email); ?>

                        </span><br>
                    <?php endif; ?>
                <!-- FACEBOOK -->
                    <?php if($item->facebook): ?>
                        <a href="http://facebook.com/<?php echo e($item->facebook); ?>" target="_blank"
                           style="text-decoration: none; color: rgba(150,0,72,1.00); font-size: 0.8em; font-weight: 300;"><i
                                class="fab fa-facebook"></i> /<?php echo e($item->facebook); ?></a><br>
                    <?php endif; ?>

                <!-- TWITTER -->
                    <?php if($item->twitter): ?>
                        <a href="http://twitter.com/<?php echo e($item->twitter); ?>" target="_blank"
                           style="text-decoration: none; color: rgba(150,0,72,1.00); font-size: 0.8em; font-weight: 300;"><i
                                class="fab fa-twitter"></i> @ <?php echo e($item->twitter); ?></a><br>
                    <?php endif; ?>

                <!-- INSTAGRA, -->
                    <?php if($item->instagram): ?>
                        <a href="http://instagram.com/<?php echo e($item->instagram); ?>" target="_blank"
                           style="text-decoration: none; color: rgba(150,0,72,1.00); font-size: 0.8em; font-weight: 300;"><i
                                class="fab fa-instagram"></i> @ <?php echo e($item->instagram); ?></a><br>
                <?php endif; ?>

                <!--<button onclick="location.href='ficha'" style="font-size: 0.6em;">Ver ficha</button>-->

                    <div style="height: 20px;"></div>
                </div>
                <div style="clear: both; height: 20px;"></div>
                <!-- FIN DATOS -->
            </div>
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?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/diputados/partidos.blade.php ENDPATH**/ ?>

OHA YOOOO