MINI MINI MANI MO
<?php $__env->startSection("content"); ?>
<h1>Legislación vigente</h1>
<div style="height: 30px; clear: both;"></div>
<?php $__currentLoopData = $leyes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ley): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<button onclick="location.href='#<?php echo e($ley->id); ?>'"><?php echo e($ley->tipo); ?></button>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div style="clear: both; height: 25px;"></div>
<!-- FOTO -->
<?php $__currentLoopData = $leyes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ley): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<h2 id="<?php echo e($ley->id); ?>"><?php echo e($ley->tipo); ?></h2>
<?php $__currentLoopData = $ley->leyes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(asset("storage/documentos/legislacion/". $item->pdf)); ?>" target="_blank">
<div class="bloque_ley">
<div class="icon_pdf"><i class="far fa-file-pdf"></i></div>
<div class="ley_name"><?php echo e($item->nombre); ?></div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</a>
<div style="height: 30px; clear: both;"></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/saplxi/resources/views/pages/legislacion/index.blade.php ENDPATH**/ ?>
OHA YOOOO