MINI MINI MANI MO

Path : /var/www/html/sistemas/saplxi/storage/framework/views/
File Upload :
Current File : /var/www/html/sistemas/saplxi/storage/framework/views/be8bdda2b5725189ed1f7b82fa321a7ebe914b7a.php

<?php ($title = "Asuntos"); ?>

<?php $__env->startSection('content'); ?>
    <h1>Asuntos</h1>
    <p>Responsable de la información: <a href="http://www.secretariadeasuntosparlamentarios.gob.mx/"
                                         target="_blank"><b>Secretaría de Asuntos Parlamentarios</b></a></p>
    <a href="sesiones">
        <div class="asuntos">Sesiones</div>
    </a>
    <a href="iniciativas">
        <div class="asuntos">Iniciativas</div>
    </a>
    <a href="puntosdeacuerdo">
        <div class="asuntos">Puntos de acuerdo</div>
    </a>
    <a href="minutas">
        <div class="asuntos">Minutas del H. Congreso de la Unión</div>
    </a>
    <a href="convenios">
        <div class="asuntos">Convenios</div>
    </a>
    <a href="convocatorias">
        <div class="asuntos">Convocatorias</div>
    </a>
   <!-- <a href="eventosComisiones">
         <div class="asuntos">Comisiones</div>-->
    <div style="clear: both;"></div>
    <!-- ASUNTOS -->
    <div
        style="padding: 5px 20px; margin: 25px auto; background: linear-gradient( 40deg, rgb(250,250,250,1.00) 0%, rgb(225,225,225,1.00) 100% ); border-bottom: rgb(128,0,72) solid 5px;">
        <h2>Lo más reciente...</h2>
        <?php $__currentLoopData = $iniciativas; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $iniciativa): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <div
                style="border: rgb(100,100,100) solid 1px; padding: 5px 15px; margin: 10px auto; background:linear-gradient( 50deg, rgb(235,235,235,1.00) 0%, rgb(255,255,255,1.00) 65% );">
                <p style="border-bottom: rgb(135,135,135) dotted 1px;">
                    No. <?php echo e($iniciativa->folio); ?><br>
                    <i class="fas fa-user-circle"></i> Autor: <b><?php echo e($iniciativa->autor); ?></b><br>
                    <span style="color: black;"><i class="fas fa-scroll"></i><?php echo e($iniciativa->iniciativa); ?></span><br>
                    <span style="font-size: 0.9em; color: rgb(128,0,72); text-align: left;"><i
                            class="far fa-calendar-alt"></i> Fecha de presentación:
                        <?php echo e(Date::parse($iniciativa->presentada)->format('d')); ?> de
                        <?php echo e(Date::parse($iniciativa->presentada)->format('F')); ?>,
                        <?php echo e(Date::parse($iniciativa->presentada)->format('Y')); ?></span><br>
                    <?php if($iniciativa->expedicion == '0000-00-00'): ?>
                        <?php if($iniciativa->comisiones != ''): ?>
                            <span
                                style="font-size: 0.7em; font-weight: 300; color: rgb(100,100,100,1.0); text-align: left; line-height: 110%; text-transform: uppercase;">Turnada
                                a:</span><br>
                            <span
                                style="font-size: 1.0em; font-weight: 300; color: rgb(0,0,0); text-align: left; line-height: 110%;"><?php if(json_decode($iniciativa->comisiones) != null): ?> <?php $__currentLoopData = json_decode($iniciativa->comisiones); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?><?php $data = app('\App\Http\Controllers\MCG\ComisionesController'); ?><?php echo e($data->ComisionNombre($value)); ?>.<br><?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <?php echo e($iniciativa->comisiones); ?><?php endif; ?></span>
                            <br>
                            <?php if($iniciativa->documento): ?>
                                <?php if($iniciativa->categoria == 'Iniciativa'): ?>
                                    <a href="../storage/documentos/asuntos/iniciativas/<?php echo e($iniciativa->documento); ?>"
                                       target="_blank" class="btn">
                                        <button>
                                            <i class="far fa-file-pdf"></i>
                                            Iniciativa
                                        </button>
                                    </a>
                                <?php elseif($iniciativa->categoria == 'Punto de Acuerdo'): ?>
                                    <a href="storage/documentos/asuntos/puntosdeacuerdo/<?php echo e($iniciativa->documento); ?>"
                                       target="_blank" target="_blank">
                                        <button>
                                            <i class="far fa-file-pdf"></i>
                                            Punto de Acuerdo
                                        </button>
                                    </a>
                                <?php endif; ?>
                            <?php endif; ?>
                            <?php if($iniciativa->decreto): ?>
                                <a href="storage/documentos/asuntos/decretos/<?php echo e($iniciativa->decreto); ?>" target="_blank"
                                   target="_blank">
                                    <button><i class="far fa-file-pdf"></i> Decreto</button>
                                </a>
                            <?php endif; ?>
                            <?php if($iniciativa->acuerdo): ?>
                                <a href="storage/documentos/asuntos/acuerdo/<?php echo e($iniciativa->acuerdo); ?>" target="_blank"
                                   target="_blank">
                                    <button><i class="far fa-file-pdf"></i> Acuerdo</button>
                                </a>
                            <?php endif; ?>
                        <?php endif; ?>
                    <?php else: ?>
                        <span
                            style="font-size: 0.9em; font-weight: bolder; color: <?php if ($iniciativa->status == 'Aprobada') {
                                echo 'rgb(0,120,0)';
                            } else {
                                echo 'rgb(35,35,35)';
                            } ?>; text-align: left;"><?php if ($iniciativa->status == 'Aprobada') {
                                echo "<i class='fas fa-check-circle'></i> ";
                            } ?><?php echo $iniciativa->status; ?></span>
                <?php endif; ?>
            </div>
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

    </div>
<?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/asuntos/index.blade.php ENDPATH**/ ?>

OHA YOOOO