EVOLUTION-MANAGER
Edit File: 7ffc3505ed2abc70cd41fb26f6aa2594aac6a84c.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/servicios.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> <style> .carousel-control-prev-icon, .carousel-control-next-icon { background-color: black; /* Cambiar color del icono */ border-radius: 50%; /* Añadir un borde redondeado */ padding: 10px; /* Añadir espacio alrededor del icono */ width: 40px; /* Ancho del icono */ height: 40px; /* Altura del icono */ background-size: 80%, 80%; /* Ajusta el tamaño del icono */ } </style> <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 servicios"> <hr style="background-color: #6AA84F" noshade="noshade" class="servicios-separador-text" /> <h3 class="secciones-estilo-3">Servicios</h3> <hr style="background-color: #6AA84F" noshade="noshade" class="servicios-separador-icon" /> <img src="<?php echo e(asset('admin/recursos/servicios.png')); ?>" alt="Servicios Patronato"> </div> </div> <div class="contenedor"> <div class="contenedor-seccion servicios-patronnato"> <div class="d-flex align-items-start" style="width: 100%;"> <div class="col-3"> <div class="nav flex-column nav-pills me-3" id="v-pills-tab" role="tablist" aria-orientation="vertical"> <?php $__currentLoopData = $servicios; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $servi): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($servi->nombre_servicio == $seleccion): ?> <button class="nav-link enlace-hover active" id="v-pills-<?php echo e($servi->id_servicios); ?>-tab" data-bs-toggle="pill" data-bs-target="#v-pills-<?php echo e($servi->id_servicios); ?>" type="button" role="tab" aria-controls="v-pills-<?php echo e($servi->id_servicios); ?>" aria-selected="true"><?php echo e($servi->nombre_servicio); ?></button> <?php else: ?> <button class="nav-link enlace-hover" id="v-pills-<?php echo e($servi->id_servicios); ?>-tab" data-bs-toggle="pill" data-bs-target="#v-pills-<?php echo e($servi->id_servicios); ?>" type="button" role="tab" aria-controls="v-pills-<?php echo e($servi->id_servicios); ?>" aria-selected="false"><?php echo e($servi->nombre_servicio); ?></button> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="col-9"> <div class="tab-content" id="v-pills-tabContent"> <?php $__currentLoopData = $servicios; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $servi): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($servi->nombre_servicio == $seleccion): ?> <div class="tab-pane fade show active" id="v-pills-<?php echo e($servi->id_servicios); ?>" role="tabpanel" aria-labelledby="v-pills-<?php echo e($servi->id_servicios); ?>-tab"> <div class="contenedor-contenidoimg"> <?php echo $__env->make('partials.serviciosslider', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> <p style="text-align: justify; margin-top: 25px;"><?php echo e($servi->contenido); ?></p> <?php $__currentLoopData = $datos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $dt): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $__currentLoopData = $dt; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $d): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($d->id_servicios == $servi->id_servicios): ?> <h4><?php echo e($d->pregunta); ?></h4> <p style="text-align: justify;"><?php echo e($d->respuesta); ?></p> <?php else: ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php else: ?> <div class="tab-pane fade" id="v-pills-<?php echo e($servi->id_servicios); ?>" role="tabpanel" aria-labelledby="v-pills-<?php echo e($servi->id_servicios); ?>-tab"> <div class="contenedor-contenidoimg"> <?php echo $__env->make('partials.serviciosslider', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> <p style="text-align: justify;"><?php echo e($servi->contenido); ?></p> <?php $__currentLoopData = $datos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $dt): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $__currentLoopData = $dt; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $d): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($d->id_servicios == $servi->id_servicios): ?> <h4><?php echo e($d->pregunta); ?></h4> <p><?php echo e($d->respuesta); ?></p> <?php else: ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> <?php echo $__env->make('partials.footer', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> </body> </html>