Server IP : / Your IP : 10.244.4.16 [ Web Server : nginx/1.25.3 System : Linux escuela-portal-app-54f56585bc-kst6g 5.15.0-1084-azure #93-Ubuntu SMP Sat Mar 15 14:12:29 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.2.13 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/app/storage/framework/views/ |
Upload File : |
<header id="header" class="header white-menu navbar-dark"> <div class="header-wrapper"> <!-- MOBILE HEADER --> <?php if($configuration->where('name', 'hashtag Encabezado')->first()->data['visible']): ?> <div class="wsmobileheader clearfix"> <a id="wsnavtoggle" class="wsanimated-arrow"><span></span></a> <span class="smllogo smllogo-black"><a href="<?php echo e($configuration->where('name', 'hashtag Encabezado')->first()->data['url']); ?>"> </a></span> <span class="smllogo smllogo-white"><a href="<?php echo e($configuration->where('name', 'hashtag Encabezado')->first()->data['url']); ?>"> <h4><?php echo e($configuration->where('name', 'hashtag Encabezado')->first()->description); ?></h4> </a> <h4><?php echo e($configuration->where('name', 'hashtag Encabezado')->first()->description); ?></h4> </span> </div> <?php endif; ?> <!-- NAVIGATION MENU --> <div class="wsmainfull menu clearfix"> <div class="wsmainwp clearfix"> <!-- LOGO IMAGE --> <?php if($configuration->where('name', 'hashtag Encabezado')->first()->data['visible']): ?> <div class="desktoplogo"><a href="<?php echo e($configuration->where('name', 'hashtag Encabezado')->first()->data['url']); ?>"> <h4><?php echo e($configuration->where('name', 'hashtag Encabezado')->first()->description); ?></h4> </a></div> <?php endif; ?> <!-- For Retina Ready displays take a image with double the amount of pixels that your image will be displayed (e.g 344 x 80 pixels) <div class="desktoplogo"><a href="#hero-8" class="logo-black"><img src="images/logo.png" width="172" height="40" alt="header-logo"></a></div> <div class="desktoplogo"><a href="#hero-8" class="logo-white"><img src="images/logo-white.png" width="172" height="40" alt="header-logo"></a></div>--> <!-- MAIN MENU --> <nav class="wsmenu clearfix"> <ul class="wsmenu-list"> <!-- SIMPLE NAVIGATION LINK --> <?php $__currentLoopData = $menu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="nl-simple" aria-haspopup="true"><a href="<?php echo e($item->slug); ?>"><?php echo e($item->name); ?></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <li class="nl-simple iniciosesion" aria-haspopup="true"><a href="https://campusvirtual.participacionbogota.gov.co/">Iniciar Sesión</a> </li> </ul> </nav> <!-- END MAIN MENU --> </div> </div> <!-- END NAVIGATION MENU --> </div> <!-- End header-wrapper --> </header> <?php /**PATH /var/www/app/resources/views/website/layouts/partials/navbar.blade.php ENDPATH**/ ?>