MINI MINI MANI MO
<?php $__env->startSection('content'); ?>
<p style="margin: 5px 0px;" >No. <?php echo e($iniciativa->folio); ?></p>
<h1 style="margin: 5px 0px; font-family: 'Helvetica Neue Condensed Black !important;'; font-size:25pt; color:#7C0548;"><?php echo e($iniciativa->iniciativa); ?></h1>
<div style="border-bottom: rgb(135,135,135) dotted 1px;">
<i class="fas fa-user-circle"></i> <span style=" font-family: 'Helvetica Neue Condensed Black !important;'; font-size:16pt; color:#575756;">Autor:</span>
<span style="font-family: 'Helvetica Neue LT Com 57 Condensed !important;'; font-size:16pt; color:#575756;"><?php echo e($iniciativa->autor); ?></span><br>
<span style="text-align: left; font-family: 'Helvetica Neue Condensed Black !important;'; font-size:16pt; color:#7C0548; ">
<i class="far fa-calendar-alt"></i> Fecha de presentación: </span>
<span style="font-family: 'Helvetica Neue Com 57 Condensed !important;'; font-size:16pt; color:#7C0548; ">
<?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 != ''): ?>
<?php if(json_decode($iniciativa->comisiones) != null): ?>
<?php if(json_decode($iniciativa->comisiones)[0] != 53): ?>
<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>
<?php endif; ?>
<?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 if($iniciativa->comisiones != 'Dispensa'): ?>
<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>
<?php endif; ?>
<?php echo e($iniciativa->comisiones); ?>
<?php endif; ?>
<br>
<?php if($iniciativa->status): ?>
<span
style="font-size: 13pt;font-family: 'Helvetica Neue LT Com 57 Condensed BLack !important!';font-weight: bolder; color: <?php if ($iniciativa->status == 'Aprobada') {
echo 'rgb(0,120,0)';
} else {
echo '#706F6F';
} ?>; text-align: left;">
<?php if($iniciativa->status == 'Aprobada'): ?>
<i class='fas fa-check-circle'></i>
<?php endif; ?>
<?php echo e($iniciativa->status); ?>
<br>
<?php if($iniciativa->status == 'Aprobada'): ?>
<i class="far fa-calendar-alt"></i>Fecha de
aprobación: <?php echo e(Date::parse($iniciativa->fecha_decreto)->format('d')); ?>
de <?php echo e(Date::parse($iniciativa->fecha_decreto)->formatLocalized('%B')); ?>,
<?php echo e(Date::parse($iniciativa->fecha_decreto)->format('Y')); ?>
<?php endif; ?>
</span>
<br>
<?php endif; ?>
<?php if($iniciativa->documento): ?>
<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 endif; ?>
<?php if($iniciativa->decreto): ?>
<a href="../storage/documentos/asuntos/decretos/<?php echo e($iniciativa->decreto); ?>" target="_blank"
class="btn">
<button>
<i class="far fa-file-pdf"></i>
Decreto
</button>
</a>
<?php endif; ?>
<?php endif; ?>
<?php else: ?>
<span
style="font-size: 0.9pt; font-weight: bolder; color: <?php if($iniciativa->status == 'Aprobada'): ?>rgb(0,120,0) <?php else: ?> rgb(35,35,35)<?php endif; ?> text-align: left;">
<i class='fas fa-check-circle'></i>
<?php echo e($iniciativa->status); ?>
<?php echo e(Date::parse($iniciativa->expedicion)->format('d')); ?> de
<?php echo e(Date::parse($iniciativa->expedicion)->format('F')); ?>,
<?php echo e(Date::parse($iniciativa->expedicion)->format('Y')); ?>
</span>
<?php endif; ?>
</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/iniciativas/iniciativa.blade.php ENDPATH**/ ?>
OHA YOOOO