MINI MINI MANI MO
<?php $__env->startSection('content'); ?>
<h1><?php echo e($comision->nombre); ?></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>
<div style="clear: both;"></div>
<!-- ASUNTOS -->
<div>
<h2></h2>
<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; <?php if(explode('/', url()->previous())[3] == "asuntosparlamentarios"): ?> width: 1030px !important; <?php endif; ?>">
<?php $__currentLoopData = $reuniones; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $comision): $__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% ); <?php if(explode('/', url()->previous())[3] == "asuntosparlamentarios"): ?> width: 1000px !important; <?php endif; ?>">
<p style="border-bottom: rgb(135,135,135) dotted 1px;">
<span style="font-size: 0.9em; color: rgb(128,0,72); text-align: left;">Reunión No.
<?php echo e($comision->sesion); ?>
<br>
<i class="far fa-calendar-alt"></i>
<strong>Fecha de la Reunión:</strong>
<?php echo e(Date::parse($comision->date)->format('d')); ?> de
<?php echo e(Date::parse($comision->date)->format('F')); ?>,
<?php echo e(Date::parse($comision->date)->format('Y')); ?>
</span>
<br>
<span style="font-size: 1em; color: rgb(128,0,72); text-align: left;">
Comisiones legislativas de:
</span> <br>
<?php if($comision->comision_unida): ?>
<?php $data = app('\App\Http\Controllers\MCG\ComisionesController'); ?><?php $__currentLoopData = $data->comisionesUnidas($comision->id); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $valor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php echo e($valor); ?><br>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php else: ?>
<?php echo e($comision->comision->nombre); ?>
<?php endif; ?>
<?php $__currentLoopData = $comision->temas; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="row">
<span style="font-size: 1em; color: rgb(128,0,72);">
<li style="color: rgb(128,0,72); text-decoration: none; list-style: none">Tema:</li>
<?php if($value->tipo == 1 || $value->tipo == 2): ?>
<a style="color:black; text-decoration: none; list-style: none"> <?php echo e($value->Iniciativa->iniciativa); ?></a>
<?php else: ?>
<a style="color:black; text-decoration: none; list-style: none"> <?php echo e($value->tema); ?></a>
<?php endif; ?>
<a href="<?php echo e(route('asuntosparlamentarios.tema.votos', ['id' => base64_encode(base64_encode($comision->id)), 'tema' => base64_encode(base64_encode($value->id)), 'tipo' => base64_encode(base64_encode(0))])); ?>" target="_blanck"> <i class='fas fa-check-circle'>Votación</i></a>
</span>
<?php if(count($value->subTemas)): ?>
<div class="row">
<span style="font-size: 1em; color: rgb(128,0,72);">
<br>
<li style="color: rgb(128,0,72); text-decoration: none; list-style: none">Subtemas:</li>
<?php $__currentLoopData = $value->subTemas; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a style="color:black; text-decoration: none; list-style: none"> <?php echo e($item->subtema); ?></a>
<a href="<?php echo e(route('asuntosparlamentarios.tema.votos', ['id' => base64_encode(base64_encode($comision->id)), 'tema' => base64_encode(base64_encode($value->id)), 'tipo' => base64_encode(base64_encode(0))])); ?>" target="_blanck"> <i class='fas fa-check-circle'>Votación</i></a>
<br>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</span>
</div>
<?php endif; ?>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<br>
<?php if($comision->orden): ?>
<button
onclick="window.open('<?php echo e(asset("storage/documentos/SesionComision/ordenes/". $comision->orden)); ?>')">
<i
class="far fa-eye"></i> Orden del día
</button>
<?php endif; ?>
<button
onclick="location.href='<?php echo e(route("asuntosparlamentarios.comision.asistencias", base64_encode(base64_encode($comision->id)))); ?>'">
<i class="fas fa-users"></i> Asistencia
</button>
<?php if($comision->version): ?>
<button
onclick="window.open('<?php echo e(asset("storage/documentos/SesionComision/versiones/". $comision->version)); ?>')">
<i class="far fa-file-pdf"></i> Versión
</button>
<?php endif; ?>
<?php if($comision->acta): ?>
<button
onclick="window.open('<?php echo e(asset("storage/documentos/SesionComision/actas/". $comision->acta)); ?>')">
<i class="far fa-file-pdf"></i> Acta
</button>
<?php endif; ?>
</p>
</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/comisiones/reuniones.blade.php ENDPATH**/ ?>
OHA YOOOO