MINI MINI MANI MO
<?php $__env->startSection("content"); ?>
<h1>Comisiones y comités</h1>
<div style="height: 30px; clear: both;"></div>
<a href="#ordinarias"><i class="fas fa-users"></i> Comisiones Legislativas</a> - <a href="#especiales">
<i class="fas fa-users"></i> Comisiones Especiales</a> - <a href="#comites"><i class="fas fa-users"></i> Comités</a>
<?php if(!isset($alf)): ?>
<a href="<?php echo e(route("asuntosparlamentarios.comisiones.index" )); ?>?alf=1 "> <button >Orden alfabético</button></a>
<?php else: ?>
<a href="<?php echo e(route("asuntosparlamentarios.comisiones.index" )); ?>"> <button >Orden legal</button></a>
<?php endif; ?>
<div style="height: 30px; clear: both;"></div>
<div style="height: 30px; clear: both;"></div>
<h2>Comisiones Legislativas</h2>
<?php $__currentLoopData = $comisionOrdinaria; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $comision): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(asset("asuntosparlamentarios/comision/". base64_encode(base64_encode( $comision->id)))); ?>">
<div class="bloque_ley">
<div class="icon_pdf"><i class="fas fa-users"></i></div>
<div class="ley_name"><?php echo e($comision->nombre); ?></div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div style="height: 30px; clear: both;"></div>
<h2>Comisiones Especiales</h2>
<?php $__currentLoopData = $comisionEspecial; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $comision): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(asset("asuntosparlamentarios/comision/". base64_encode(base64_encode( $comision->id)))); ?>">
<div class="bloque_ley">
<div class="icon_pdf"><i class="fas fa-users"></i></div>
<div class="ley_name"><?php echo e($comision->nombre); ?></div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div style="height: 30px; clear: both;"></div>
<h2>Comités Permanentes</h2>
<?php $__currentLoopData = $comisionPermanente; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $comision): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(asset("asuntosparlamentarios/comision/". base64_encode(base64_encode( $comision->id)))); ?>">
<div class="bloque_ley">
<div class="icon_pdf"><i class="fas fa-users"></i></div>
<div class="ley_name"><?php echo e($comision->nombre); ?></div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</a>
<?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/index.blade.php ENDPATH**/ ?>
OHA YOOOO