MINI MINI MANI MO
<?php $__env->startSection("content"); ?>
<h1><?php echo e($comision->nombre); ?></h1>
<div style="clear: both; height: 25px;"></div>
<?php $__currentLoopData = $integrantes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $integrante): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div style="font-family: 'Arimo', sans-serif;font-weight: 300;">
<!-- FOTO -->
<div style="text-align: center; width: 160px; float: left;">
<div
style="background: linear-gradient( 90deg, rgb(<?php echo e($integrante->diputado->partido->rgb); ?>,1.00) 0%, rgb(<?php echo e($integrante->diputado->partido->rgb2); ?>,1.00) 100% ); height: 150px; width: 150px; border-radius: 50%; padding: 5px; float: left;">
<div style="background: rgba(255,255,255); border-radius: 50%; height: 150px; width: 150px;">
<div
style="background: url(<?php echo e(asset("storage/img/fotos/dip/lxi/")); ?>/<?php echo e($integrante->diputado->foto); ?>) no-repeat; background-size: 150px; width: 150px; height: 150px; 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($integrante->diputado->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: color: rgba(57,57,59,1.00); text-align: left; padding: 2px; margin: 35px 25px;">
<?php echo e($integrante->diputado->nombres); ?> <?php echo e($integrante->diputado->apaterno); ?> <?php echo e($integrante->diputado->amaterno); ?>
<br>
<span style="color: rgb(100,100,100); font-size: 0.8em; font-weight: 300;">
<?php if( $integrante->cargo == "Presidente"): ?>
<?php if($integrante->diputado->gender == "M"): ?>
Presidente
<?php else: ?>
Presidenta
<?php endif; ?>
<?php elseif($integrante->cargo == "Vicepresidente" || $integrante->cargo == "Vicepresidenta"): ?>
<?php if($integrante->diputado->gender == "M"): ?>
Vicepresidente
<?php else: ?>
Vicepresidenta
<?php endif; ?>
<?php else: ?>
<?php echo e($integrante->cargo); ?>
<?php endif; ?>
</span><br>
<span style="color: rgb(137,138,141); font-size: 0.8em; font-weight: 300;">
<?php echo e($integrante->diputado->partido->nombre); ?>
(<?php echo e($integrante->diputado->partido->siglas); ?>)
</span>
</div>
<div style="clear: both; height: 20px;"></div>
<!-- FIN DATOS -->
</div>
<?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 /var/www/html/sistemas/saplxi/resources/views/pages/comisiones/integrantes.blade.php ENDPATH**/ ?>
OHA YOOOO