MINI MINI MANI MO
<?php $__env->startSection("content"); ?>
<h1>Gaceta Parlamentaria (Números anteriores)</h1>
<!-- <h2>Números anteriores</h2> -->
<?php $__currentLoopData = $gacetas; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(asset("storage/documentos/gaceta/".$item->documento)); ?>" target="_blank">
<div class="bloque_ley">
<div class="icon_pdf"><i class="far fa-file-pdf"></i></div>
<div class="ley_name">
<span style="font-size: 0.8em;">No. <?php echo e($item->numero); ?> - Año <?php echo e($item->year); ?></span><br>
<b> <?php echo e(Date::parse($item->date)->format('d')); ?> de
<?php echo e(Date::parse($item->date)->formatLocalized('%B')); ?>,
<?php echo e(Date::parse($item->date)->format('Y')); ?></b>
</div>
<div style="clear: both;"></div>
</div>
<div style="clear: both;"></div>
</a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<button onclick="location.href='gaceta'">Números anteriores</button>
<?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/gaceta/anterior.blade.php ENDPATH**/ ?>
OHA YOOOO