MINI MINI MANI MO
<?php $__env->startSection("content"); ?>
<h1>Dependencias</h1>
<?php $__currentLoopData = $dependencias; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="dependencia">
<h3><i class="far fa-building"></i> @ <?php echo e($item->dependencia); ?> </h3>
<address> @ <?php echo nl2br(e($item->domicilio)); ?></address>
<button onclick="window.open(' <?php echo e($item->link); ?> ')">Micrositio</button>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<!--<button onclick="window.open('/documentos/directorio/202107_directorio.pdf')">Directorio telefónico</button>-->
<?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/legislativoedomex/resources/views/pages/dependencias/index.blade.php ENDPATH**/ ?>
OHA YOOOO