Sindbad~EG File Manager
<?php $__env->startSection('title', 'Competencias'); ?>
<?php $__env->startSection('content'); ?>
<style>
fieldset {
border: 1px solid #C2C2C2;
border-radius: 10px;
padding: 10px;
}
legend {
padding: 10px;
width: 150px;
}
</style>
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('competencias', ['evaluacion_id' => $_GET['id']])->html();
} elseif ($_instance->childHasBeenRendered('RwTPwg4')) {
$componentId = $_instance->getRenderedChildComponentId('RwTPwg4');
$componentTag = $_instance->getRenderedChildComponentTagName('RwTPwg4');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('RwTPwg4');
} else {
$response = \Livewire\Livewire::mount('competencias', ['evaluacion_id' => $_GET['id']]);
$html = $response->html();
$_instance->logRenderedChild('RwTPwg4', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('adminlte_js'); ?>
<script>
window.livewire.on('alert', param => {
toastr[param['type']](param['message']);
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('adminlte::page', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/edd.sumar.com.py/resources/views/admin/evaluaciones/competencias/index.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists