Sindbad~EG File Manager

Current Path : /var/www/html/eva.sumar.com.py/storage/framework/views/
Upload File :
Current File : /var/www/html/eva.sumar.com.py/storage/framework/views/3ef05966049e3d61a90897350bd51ad71207c794.php

<!DOCTYPE html>
<html lang="es">
<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>EVA</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

    <style>
        body { 
			background: url(/imagenes/fondo-espacio-colaborativo.png) no-repeat center center fixed; 
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}
		#body {
			background-image:		
				url('/imagenes/estrella.png'),
				url('/imagenes/estrella.png'),
				url('/imagenes/estrella.png'), 
				url('/imagenes/estrella.png'),
				url('/imagenes/estrella.png'),
				url('/imagenes/estrella.png'),
				url('/imagenes/estrella.png'),
				url('/imagenes/estrella.png'),
				url('/imagenes/estrella.png'),
				url('/imagenes/estrella.png'),
				url('/imagenes/estrella.png'), 
				url('/imagenes/estrella.png');
			background-repeat: no-repeat;
			background-position: 
				0px 0,
				1300px 0,
				0px 30%,
				1300px 80%,
				200px 0,
				1000px 100%,
				0px 100%,
				1300px 0,
				100px 100%,
				600px 70%,
				0px 100%,
				1300px 0;
			background-size: 
				30px,
				30px,
				30px,
				30px,
				30px,
				30px,
				30px,
				30px,
				30px,
				30px,
				30px,
				30px;
			animation: 50s para infinite linear;
		}

		@keyframes  para {
			100% {
				background-position: 
					1300px 100%,
					0px 100%,
					1300px 30%,
					0px 80%,
					200px 100%,
					1000px 0,
					0px 0%,
					1300px 100%,
					400px 100%,
					1000px 100%,
					1300px 100%,
					0px 0;
			}
		}
        .preloader {
            animation-name: girar;
            animation-duration: 20s;
            animation-iteration-count: infinite;
        }
        @keyframes  girar {
            from {
            transform: rotate(0deg);
            }
            to {
            transform: rotate(360deg);
            }
        }
        .opciones{
            background-color: rgba(255, 208, 255, 0.4); 
            border-radius: 10px;
            padding: 10px;
            text-align: center;
            font-size: 18px;
            color: white;
            height: 100%;
        }
        .opciones:hover{
            background: rgb(255,30,0);
            background: linear-gradient(90deg, rgba(255,30,0,1) 0%, rgba(223,73,53,1) 0%, rgba(255,247,0,1) 100%);
            color: white;
            transform: scale(1.0);
        }
        .nav-link{
            color:white !important;font-size:16px;font-weight: bold;
            text-align: center;
        }

    </style>
    <?php echo \Livewire\Livewire::styles(); ?>

</head>
<body>
    <div id="body">
        <?php
if (! isset($_instance)) {
    $html = \Livewire\Livewire::mount('navbar', [])->html();
} elseif ($_instance->childHasBeenRendered('vJ70QXt')) {
    $componentId = $_instance->getRenderedChildComponentId('vJ70QXt');
    $componentTag = $_instance->getRenderedChildComponentTagName('vJ70QXt');
    $html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
    $_instance->preserveRenderedChild('vJ70QXt');
} else {
    $response = \Livewire\Livewire::mount('navbar', []);
    $html = $response->html();
    $_instance->logRenderedChild('vJ70QXt', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
        <div class="container">
            <?php
if (! isset($_instance)) {
    $html = \Livewire\Livewire::mount('frontcursos', ['categoria_id' => $id])->html();
} elseif ($_instance->childHasBeenRendered('yAyZsaf')) {
    $componentId = $_instance->getRenderedChildComponentId('yAyZsaf');
    $componentTag = $_instance->getRenderedChildComponentTagName('yAyZsaf');
    $html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
    $_instance->preserveRenderedChild('yAyZsaf');
} else {
    $response = \Livewire\Livewire::mount('frontcursos', ['categoria_id' => $id]);
    $html = $response->html();
    $_instance->logRenderedChild('yAyZsaf', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
        </div>
    </div>
	<?php
if (! isset($_instance)) {
    $html = \Livewire\Livewire::mount('notificaciones', [])->html();
} elseif ($_instance->childHasBeenRendered('B87817k')) {
    $componentId = $_instance->getRenderedChildComponentId('B87817k');
    $componentTag = $_instance->getRenderedChildComponentTagName('B87817k');
    $html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
    $_instance->preserveRenderedChild('B87817k');
} else {
    $response = \Livewire\Livewire::mount('notificaciones', []);
    $html = $response->html();
    $_instance->logRenderedChild('B87817k', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
    <?php echo \Livewire\Livewire::scripts(); ?>

</body>
</html>
<?php /**PATH /var/www/html/eva.sumar.com.py/resources/views/fronted/cursos.blade.php ENDPATH**/ ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists