EVOLUTION-MANAGER
Edit File: 55de3ed66ec1b63659bfced76e75a1245277b742.php
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="<?php echo e(asset('css/navbar.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('css/secciones.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('css/footer.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('css/lotaip.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('css/fontello.css')); ?>"> <!-- Partials --> <?php echo $__env->make('partials.head', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> <title>Patronato Municipal del Cantón Sucre</title> </head> <body> <header> <?php echo $__env->make('partials.header', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> </header> <?php echo $__env->make('partials.barra_busqueda', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="contenedor"> <div class="separador-secciones lotaip"> <hr noshade="noshade" class="lotaip-separador-text" /> <h3 class="secciones-estilo-3">LOTAIP</h3> <hr noshade="noshade" class="lotaip-separador-icon" /> <img src="<?php echo e(asset('admin/recursos/lotaip.png')); ?>" alt="Servicios Patronato"> </div> </div> <div class="contenedor"> <div class="contenedor-seccion lotaip-seccion"> <ul class="nav nav-pills mb-3" id="pills-tab" role="tablist"> <?php $cont = 0; ?> <?php $__currentLoopData = $anio; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $data): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($cont == 0): ?> <li class="nav-item" role="presentation"> <button class="nav-link active" id="pills-<?php echo e($data->anio); ?>-tab" data-bs-toggle="pill" data-bs-target="#pills-<?php echo e($data->anio); ?>" type="button" role="tab" aria-controls="pills-<?php echo e($data->anio); ?>" aria-selected="true"><?php echo e($data->anio); ?></button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <button class="nav-link" id="pills-<?php echo e($data->anio); ?>-tab" data-bs-toggle="pill" data-bs-target="#pills-<?php echo e($data->anio); ?>" type="button" role="tab" aria-controls="pills-<?php echo e($data->anio); ?>" aria-selected="false"><?php echo e($data->anio); ?></button> </li> <?php endif; ?> <?php $cont++; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <div class="tab-content" id="pills-tabContent"> <?php $cont = 0; ?> <?php $__currentLoopData = $anio; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $data): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($cont == 0): ?> <div class="tab-pane fade show active" id="pills-<?php echo e($data->anio); ?>" role="tabpanel" aria-labelledby="pills-<?php echo e($data->anio); ?>-tab"> <?php $__currentLoopData = $meses; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $mes): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $__currentLoopData = $mes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $m): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($m->anios == $data->anio): ?> <div class="accordion accordion-flush" id="accordionFlushExample<?php echo e($m->mes); ?><?php echo e($m->anios); ?>"> <div class="accordion-item"> <h2 class="accordion-header" id="flush-headingOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>" aria-expanded="false" aria-controls="flush-collapseOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>"> <?php echo e($m->mes); ?> </button> </h2> <div id="flush-collapseOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>" class="accordion-collapse collapse" aria-labelledby="flush-headingOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>" data-bs-parent="#accordionFlushExample<?php echo e($m->mes); ?><?php echo e($m->anios); ?>"> <div class="accordion-body"> <div class="contenedor-tablas"> <?php echo $__env->make('partials.tablalotaip', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> </div> </div> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php else: ?> <div class="tab-pane fade" id="pills-<?php echo e($data->anio); ?>" role="tabpanel" aria-labelledby="pills-<?php echo e($data->anio); ?>-tab"> <?php $__currentLoopData = $meses; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $mes): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $__currentLoopData = $mes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $m): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($m->anios == $data->anio): ?> <div class="accordion accordion-flush" id="accordionFlushExample<?php echo e($m->mes); ?><?php echo e($m->anios); ?>"> <div class="accordion-item"> <h2 class="accordion-header" id="flush-headingOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>"> <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#flush-collapseOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>" aria-expanded="false" aria-controls="flush-collapseOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>"> <?php echo e($m->mes); ?> </button> </h2> <div id="flush-collapseOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>" class="accordion-collapse collapse" aria-labelledby="flush-headingOne<?php echo e($m->mes); ?><?php echo e($m->anios); ?>" data-bs-parent="#accordionFlushExample<?php echo e($m->mes); ?><?php echo e($m->anios); ?>"> <div class="accordion-body"> <div class="contenedor-tablas"> <?php echo $__env->make('partials.tablalotaip', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> </div> </div> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <?php $cont++; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <?php echo $__env->make('partials.footer', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> </body> </html>