MINI MINI MANI MO
<?php $__env->startSection("content"); ?>
<h1>Revista "Diálogo Público"</h1>
<?php $__currentLoopData = $dialogo; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="storage/documentos/revistadialogo/<?php echo e($item->pdf); ?>" target="_blank" title="Abrir en PDF">
<div>
<div style="margin: 0px 20px 0px 0px; float: left;">
<img src="<?php echo e(asset("storage/img/dialogopublico/$item->img_portada")); ?>
" style="width: 100%; max-width: 150px; box-shadow: rgba(100,100,100,0.5) 5px 5px 5px;"></div>
<div style="float: left; font-size: 1.4em;">
<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(ucwords(Date::parse($item->periodo_inicio)->formatLocalized('%B'))); ?>
<?php echo e(Date::parse($item->periodo_inicio)->format('Y')); ?>
-
<?php echo e(Date::parse($item->periodo_fin)->formatLocalized('%B')); ?>
<?php echo e(Date::parse($item->periodo_fin)->format('Y')); ?>
</b>
</div>
<div style="clear: both; border-bottom: rgb(135,135,135) dotted 1px; height: 25px;"></div>
</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 /home/legislaedomex/public_html/saplxi/resources/views/pages/dialogopublico/index.blade.php ENDPATH**/ ?>
OHA YOOOO