MINI MINI MANI MO
<?php $__env->startSection("content"); ?>
<div id="noticias">
<h1>Noticias</h1>
<!-- FIN NOTA PRINCIPAL -->
<!-- NOTAS SECUNDARIAS -->.
<div style="width: 90%; max-width: 330px; float: left; margin:10px; display: block; text-align: justify;">
<?php $__currentLoopData = $notsecundaria; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(route('comunicado.show', base64_encode(base64_encode($item->comunicado)))); ?>">
<div
style="width: 100%; max-width: 330px; float: left; margin-bottom: 20px; display: block; text-align: justify;">
<?php if(count($item->fotos)): ?>
<img style="width: 100%;"
src="<?php echo e(asset("storage/img/fotos/comunicados") . "/" . $item->fotos->first()->foto); ?>"
alt="<?php echo e($item->titulo); ?>"/>
<?php endif; ?>
<br>
<span style="font-size: 0.8em; font-weight: 400;">
<?php echo e(Date::parse($item->fecha)->format('d')); ?> de
<?php echo e(Date::parse($item->fecha)->formatLocalized('%B')); ?>,
<?php echo e(Date::parse($item->fecha)->format('Y')); ?></span>
<h3><?php echo e($item->titulo); ?></h3>
</div>
</a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<div style="clear: both;"></div>
</div>
<!-- FIN NOTAS SECUNDARIAS -->
<!-- NOTAS TERCIARIAS -->
<div style="width: 90%; max-width: 320px; float: left; margin:10px; display: block; text-align: justify;">
<?php $__currentLoopData = $notterciaria; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(route('comunicado.show', base64_encode(base64_encode($item->comunicado)))); ?>">
<div
style="width: 100%; max-width: 320px; float: left; margin-bottom: 20px; display: block; text-align: justify;">
<?php if(count($item->fotos)): ?>
<img
style="float: left; width: 100px; height: 100px; margin-right: 10px; background: 50% 50%; background-size: cover;"
src="<?php echo e(asset("storage/img/fotos/comunicados") . "/" . $item->fotos->first()->foto); ?>"/>
<?php endif; ?>
<div style="float: left; width: 210px">
<p class="date"> <?php echo e(Date::parse($item->fecha)->format('d')); ?> de
<?php echo e(Date::parse($item->fecha)->formatLocalized('%B')); ?>,
<?php echo e(Date::parse($item->fecha)->format('Y')); ?></p>
<p style="line-height: 110%; font-size: 1.0em; font-weight: bolder; margin: 0px; text-align: left;"><?php echo e($item->titulo); ?></p>
</div>
<div style="clear: both;"></div>
</div>
</a>
<div style="clear: both;"></div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<!-- FIN NOTAS TERCIARIAS -->
<div style="clear: both;"></div>
<!-- NOTAS CUARTAS -->
<?php $__currentLoopData = $notcuartos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div style="width: 90%; max-width: 320px; float: left; margin:10px; display: block; text-align: justify;">
<a href="<?php echo e(route('comunicado.show', base64_encode(base64_encode($item->comunicado)))); ?>">
<div
style="width: 100%; max-width: 390px; float: left; margin-bottom: 20px; display: block; text-align: justify;">
<?php if(count($item->fotos)): ?>
<img
style="float: left; width: 100px; height: 100px; margin-right: 10px; background: 50% 50%; background-size: cover;"
src="<?php echo e(asset("storage/img/fotos/comunicados") . "/" . $item->fotos->first()->foto); ?>"/>
<?php endif; ?>
<div style="float: left; width: 210px">
<span style="font-size: 0.8em; font-weight: 400;"> <?php echo e(Date::parse($item->fecha)->format('d')); ?> de
<?php echo e(Date::parse($item->fecha)->formatLocalized('%B')); ?>,
<?php echo e(Date::parse($item->fecha)->format('Y')); ?> </span>
<p style="line-height: 110%; font-size: 1.0em; font-weight: bolder; margin: 0px; text-align: left;"><?php echo e($item->titulo); ?></p>
</div>
<div style="clear: both;"></div>
</div>
</a>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<div style="clear: both;"></div>
<a href="noticia">
<button href="noticia" type="button"> Ver noticias anteriores</button>
</a>
<!-- FIN NOTAS CUARTAS -->
<!-- <button onclick="location.href='paginacion.php'">Ver noticias anteriores</button> -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make("layout.pages.app2", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/legislaedomex/public_html/legislativoedomex/resources/views/pages/prensa/index.blade.php ENDPATH**/ ?>
OHA YOOOO