EVOLUTION-MANAGER
Edit File: 81c5b4a0703c2414f7710389f3023e9fdb83fc17.php
<?php $__env->startSection('contenido'); ?> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('admin/frontend/css/sweetalert2.min.css')); ?>"> <style type="text/css"> .btn-green{ color: #fff; background-color: #2eb733; border-color: #2eb733; } .btn-green:hover { color: #fff; background-color: #08770c; border-color: #08770c; } @media (min-width: 992px){ #divv{ margin-left: 100px; } } h3{ color: #16a71b; } </style> <main id="container"> <div class="single" id="main"> <div class="container-fluid"> <div class="col-12" style="display: flex;justify-content: center;"> <?php echo $__env->make('alerts.success', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->make('alerts.errors', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <div class="row" align="center"> <section class="col-md-12 col-sm-12 " id="postcontent" style="text-align: center;align-self: center;"> <h3> <strong> Buscar trámite </strong> </h3> <br> <iframe height="100%" src="http://erp.sucre.gob.ec/busqueda_tramite_ciudadano" width="100%" style="height: 650px;"></iframe> <br> </section> <div class="col-md-6 col-sm-6" style="text-align: center;align-self: center;"> <!-- <img alt="" class="img-responsive" src="<?php echo e(asset('admin/frontend/images/LogoSucreRS.jpg')); ?>" /> --> </div> </div> <div class="row"> <div class="col-md-12"> </div> </div> </div> </div> </main> <?php $__env->stopSection(); ?> <?php $__env->startSection('script'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>