EVOLUTION-MANAGER
Edit File: 8e818005d679a53adea28578b545ea1f6b76821a.php
<?php $__env->startSection('ruta'); ?> Gertor CMS QuoTech <?php $__env->stopSection(); ?> <?php $__env->startSection('titulo'); ?> <?php echo e(\Auth::User()->tipo_usuario->tipo_usuario); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('contenido'); ?> <?php echo $__env->make('alerts.success', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $acep = Auth::User(); ?> <style> #foto_modificar { position: absolute; opacity: 0; } #foto_modificar:hover { position: absolute; opacity: 10; } </style> <div class="wrapper wrapper-content animated fadeInRight"> <div class="row"> <div class="col-lg-12 "> <div class="col-lg-4 col-md-4" style="height: 50%;"> <div class="contact-box" > <a href="<?php echo e(URL::asset('administracion/articulos')); ?>"> <h3 style="text-align: center;"><strong>Gestionar Noticias</strong></h3> <div class="col-sm-4"> <div class="text-center"> <i class="fa fa-newspaper-o fa-5x"></i> </div> </div> <div class="col-sm-8"> <p><i class="fa fa-check"></i>Muestra un listado de todas las noticias registradas en la pagina web</p> </div> <div class="clearfix"></div> </a> </div> </div> <div class="col-lg-4 col-md-4" style="height: 50%;"> <div class="contact-box" > <a href="<?php echo e(URL::asset('administracion/articulos/create')); ?>"> <h3 style="text-align: center;"><strong>Crear Noticia</strong></h3> <div class="col-sm-4"> <div class="text-center"> <i class="fa fa-plus-square fa-5x"></i> </div> </div> <div class="col-sm-8"> <p><i class="fa fa-check"></i>Abre el formulario para crear una nueva noticia </p> </div> <div class="clearfix"></div> </a> </div> </div> </div> </div> <div id="grafico_estatico_div" class="col-lg-9" style="position: relative; bottom: 1000px;"> <canvas id="grafico_estatico"></canvas> </div> </div> <div id="grafico_dinamico"> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('script'); ?> <script type="text/javascript"> $(document).ready(function() { }); function Actualizar_foto_pop() { $('#pop_up_cambio_foto').modal('show'); } function randomColorFactor() { return Math.round(Math.random()*255); } function randomColor() { return 'rgba('+randomColorFactor()+','+randomColorFactor()+','+randomColorFactor()+',.7)'; } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.backend', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>