HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux Bradford-Sitios 6.14.0-1017-azure #17~24.04.1-Ubuntu SMP Mon Dec 1 20:10:50 UTC 2025 x86_64
User: www-data (33)
PHP: 7.4.33
Disabled: 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,pcntl_unshare,
Upload Files
File: /var/www/informe-admision/storage/framework/views/5b7fdb2c055cbf4cd2016d40b8cdf7d76a8e7ccc.php
<!DOCTYPE html>
<html lang="es" dir="ltr" data-nav-layout="vertical" data-theme-mode="light" data-header-styles="light"
    data-menu-styles="light"
    data-toggled="<?= isset($sidebar_collapse) && auth()->user()->menu_type != 'sidebar-collapse' ? 'icon-overlay-close' : (auth()->user()->menu_type == 'sidebar-collapse' ? 'icon-overlay-close' : '') ?>">


<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title><?php echo e(isset($title) ? $title . ' |' : ''); ?> <?php echo e(APP_NAME); ?></title>

    <link rel="shortcut icon" href="<?php echo e(asset(URL_LOGO_FAVICON)); ?>">
    <link id="style" href="<?php echo e(asset(ASSETS_LIBS_ADMIN)); ?>/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    <!-- STYLE CSS -->
    <link href="<?php echo e(asset(ASSETS_CSS_ADMIN)); ?>/style.css" rel="stylesheet">
    <!-- Simplebar Css -->
    <link href="<?php echo e(asset(ASSETS_LIBS_ADMIN)); ?>/simplebar/simplebar.min.css" rel="stylesheet">
    <!--- FONT-ICONS CSS -->
    <link href="<?php echo e(asset(ASSETS_CSS_ADMIN)); ?>/icons.css" rel="stylesheet">

    <link rel="stylesheet" href="<?php echo e(asset(ASSETS_CSS_ADMIN)); ?>/jquery.dataTables.min.css">
    <link rel="stylesheet" href="<?php echo e(asset(ASSETS_CSS_ADMIN)); ?>/dataTables.bootstrap5.min.css">
    <link rel="stylesheet" href="<?php echo e(asset(ASSETS_CSS_ADMIN)); ?>/buttons.bootstrap5.min.css">
    <link rel="stylesheet" href="<?php echo e(asset(ASSETS_CSS_ADMIN)); ?>/toastr.min.css">
    <link rel="stylesheet" href="<?php echo e(asset(ASSETS_LIBS_ADMIN)); ?>/sweetalert2/sweetalert2.min.css">
    <script src="<?php echo e(asset(ASSETS_LIBS_ADMIN)); ?>/sweetalert2/sweetalert2.all.min.js"></script>
    
    <style>
        #toast-container>div {
            opacity: 1 !important;
        }

        .toast-title {
            font-weight: 700;
            text-transform: uppercase;
        }
    </style>

</head>

<body class="body-padding body-p-top light-theme">
    <!-- preloader start -->
    <div id="loader">
        <img src="<?php echo e(asset(ASSETS_IMG_ADMIN)); ?>/loader.svg" class="loader-img" alt="Loader">
    </div>
    <!-- preloader end -->
    <script nonce="<?php echo e(app('csp_nonce')); ?>">
        if (window.history.replaceState) { // verificamos disponibilidad
            window.history.replaceState(null, null, window.location.href);
        }
    </script>

    <div class="page">
        <div class="page-main">
            <?php echo $__env->make('layout.sidenav_admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

            <?php echo $__env->make('layout.topnav_admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

            <!-- main content start -->
            <div class="main-content app-content mt-0">
                <?php echo $__env->yieldContent('contenido'); ?>
            </div>
        </div>
        <!-- FOOTER -->
        <footer class="footer">
            <div class="container">
                <div class="row align-items-center flex-row-reverse">
                    <div class="col-md-12 col-sm-12 text-center">
                        Copyright © <span><?php echo e(date('Y')); ?></span> <a href="#!"><?php echo e(APP_NAME . ' v' . APP_VERSION); ?></a> |
                        Todos
                        los derechos reservados . Desarrollado por
                        <a href="<?php echo e(URL_DESIGN); ?>" target="_blank">
                            <b class="text-info"><?php echo e(NAME_DESIGN); ?></b>
                        </a>
                    </div>
                </div>
            </div>
        </footer>
        <!-- FOOTER CLOSED -->
    </div>

    <?php echo $__env->yieldContent('modals'); ?>

    <!-- main content end -->


    <!-- Scroll To Top -->
    <div class="scrollToTop">
        <span class="arrow"><i class="fa fa-angle-up fs-20"></i></span>
    </div>
    <!-- Scroll To Top -->

    <div id="responsive-overlay"></div>

    <!-- Popper JS -->
    <script src="<?php echo e(asset(ASSETS_LIBS_ADMIN)); ?>/@popperjs/core/umd/popper.min.js"></script>

    <!-- Bootstrap JS -->
    <script src="<?php echo e(asset(ASSETS_LIBS_ADMIN)); ?>/bootstrap/js/bootstrap.bundle.min.js"></script>

    <!-- Defaultmenu JS -->
    <script src="<?php echo e(asset(ASSETS_JS_ADMIN)); ?>/defaultmenu.min.js"></script>

    <!-- Node Waves JS-->
    <script src="<?php echo e(asset(ASSETS_LIBS_ADMIN)); ?>/node-waves/waves.min.js"></script>

    <!-- Sticky JS -->
    <script src="<?php echo e(asset(ASSETS_JS_ADMIN)); ?>/sticky.js"></script>
    <!-- CUSTOM JS -->
    <script nonce="<?php echo e(app('csp_nonce')); ?>">
        // page loader //

        function hideLoader() {
            const loader = document.getElementById("loader");
            loader.classList.add("d-none");
        }
        window.addEventListener("load", hideLoader);

        // page loader //
    </script>

    <script src="<?php echo e(asset(ASSETS_JS_ADMIN)); ?>/jquery-3.6.0.min.js"></script>
    <script src="<?php echo e(asset(ASSETS_JS_ADMIN)); ?>/jquery.dataTables.min.js"></script>
    <script src="<?php echo e(asset(ASSETS_JS_ADMIN)); ?>/dataTables.bootstrap5.min.js"></script>
    <script src="<?php echo e(asset(ASSETS_JS_ADMIN)); ?>/toastr.min.js"></script>
    <script nonce="<?php echo e(app('csp_nonce')); ?>">
        toastr.options = {
            "closeButton": true,
            "progressBar": true,
            "preventDuplicates": true,
            "preventOpenDuplicates": true
        }
        <?php if(session()->has('success_message')): ?>
            toastr["success"](`<?php echo session()->get('success_message'); ?>`, "<?php echo session()->get('success_message_title'); ?>")
        <?php endif; ?>

        <?php if(session()->has('warning_message')): ?>
            toastr["warning"](`<?php echo session()->get('warning_message'); ?>`, "<?php echo session()->get('warning_message_title'); ?>")
        <?php endif; ?>

        <?php if(session()->has('danger_message')): ?>
            toastr["error"](`<?php echo session()->get('danger_message'); ?>`, "<?php echo session()->get('danger_message_title'); ?>")
        <?php endif; ?>

        <?php if($errors->any()): ?>
            <?php
                $errorMessages = implode('<br>', $errors->all()); // Usar <br> para separar los mensajes de error
                $error = 'Se encontraron los siguientes errores: <br>' . $errorMessages;
            ?>
            toastr["error"](`<?php echo $error; ?>`, "Error de Validación");
        <?php endif; ?>
    </script>
    <?php echo $__env->yieldContent('js_content'); ?>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.1.0-beta.1/css/select2.min.css" rel="stylesheet" />
     <!-- Select2 JS -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.1.0-beta.1/js/select2.min.js"></script>
    
    <script nonce="<?php echo e(app('csp_nonce')); ?>">
        function cargando(msg = 'Cargando...', tiempo = 10000000000) {
            Swal.fire({
                title: `${msg.toUpperCase()}`,
                html: `No cierre ni actualice la página`,
                allowOutsideClick: false,
                allowEscapeKey: false,
                timer: tiempo,
                didOpen: () => {
                    Swal.showLoading()
                }
            })
        }

        $(document).ready(function() {
            $('.select2').select2();
            $(".sidemenu-toggle").click(function() {
                // Encuentra el elemento activo dentro del sidebar
                var activeElement = $(".app-sidebar .main-menu .slide .active");

                // Si se encuentra un elemento activo, alterna el display de su elemento slide-menu hijo
                if (activeElement.length) {
                    var slideMenu = activeElement.next(".slide-menu");
                    if (slideMenu.css("display") === "block") {
                        slideMenu.css("display", "none");
                    } else {
                        slideMenu.css("display", "block");
                    }
                }
            });
        });
    </script>
</body>

</html>
<?php /**PATH C:\Users\javom\Documents\proyectos\informe-admision\resources\views/layout/layout_admin.blade.php ENDPATH**/ ?>