Sindbad~EG File Manager
<?php $__env->startSection('title', 'Empresas'); ?>
<?php $__env->startSection('content_header'); ?>
<h1>Listado de de asignaciones de la empresa <?php echo e($empresa->emp_nom); ?> - <?php echo e($asignaciones); ?> asignaciones actualmente</h1><hr>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="container mt-5 text-center">
<h2 class="mb-4">
Importar asignaciones de la empresa <?php echo e($empresa->emp_nom); ?>
</h2>
<p><b>Formato: </b>| ID del evaluador | ID del evaluado | ID de la evaluación | Fecha límite - Formato(2021-01-30) |</p>
<form action="<?php echo e(route('asignacion-import')); ?>" method="POST" enctype="multipart/form-data">
<?php echo csrf_field(); ?>
<div class="form-group mb-4" style="max-width: 500px; margin: 0 auto;">
<div class="custom-file text-left">
<input type="file" name="file" class="custom-file-input" id="customFile" required>
<label class="custom-file-label" for="customFile">Choose file</label>
<input type="hidden" name="id" value="<?php echo e($empresa->id); ?>">
</div>
</div>
<button class="btn btn-primary">Importar asignaciones</button>
<a class="btn btn-success" href="<?php echo e(url('asignaciones-export/'.$empresa->id)); ?>">Exportar asignaciones</a>
</form>
</div>
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('asignaciones', ['empresa_id' => $_GET['id']])->html();
} elseif ($_instance->childHasBeenRendered('cJ0XAoG')) {
$componentId = $_instance->getRenderedChildComponentId('cJ0XAoG');
$componentTag = $_instance->getRenderedChildComponentTagName('cJ0XAoG');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('cJ0XAoG');
} else {
$response = \Livewire\Livewire::mount('asignaciones', ['empresa_id' => $_GET['id']]);
$html = $response->html();
$_instance->logRenderedChild('cJ0XAoG', $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 echo $__env->make('toastr.alertas', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?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/empresa/asignaciones/index.blade.php ENDPATH**/ ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists