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/4ce0e3142ae19c410ce307de6f81333371c24884.php

<div>
    <style>
        .cargador1{
            background: linear-gradient(90deg, rgba(255,30,0,0.3701855742296919) 0%, rgba(156,70,59,0.7315301120448179) 0%, rgba(51,74,128,0.8183648459383753) 100%);
            padding: 10px;
            border-radius:30px;
        }
        .cargador2{
            background: linear-gradient(90deg, rgba(255,132,0,0.3701855742296919) 0%, rgba(255,199,56,0.3701855742296919) 35%, rgba(249,255,0,0.3701855742296919) 100%);
            border-radius:30px;
            padding: 10px;
            color: white;
        }
    </style>
    <div class="row">
        <div class="col-12">
                <br><a href="/perfil"><h1 style="color:#fff;font-size: 34px;"><img src="imagenes/astronauta1.png" width="75px"> <b> MI PERFIL</b></h1></a><br><br><br>
        </div>
    </div>
    <div class="row">
        <div class="col-2 cargador1">
            <div align="center" style="color:white">
                <?php if(Auth::user()->profile_photo_path): ?>
                    <img src="/perfil/<?php echo e(Auth::user()->profile_photo_path); ?>" width="75px">  
                <?php else: ?>
                    <img src="/imagenes/astronauta1.png" width="75px">
                <?php endif; ?>
                <br><br><b><?php echo e(Auth::user()->name); ?></b>
                <hr><p style="cursor: pointer;" wire:click="editar()">Editar</p><hr>
            </div>
        </div>
        <div class="col-10 cargador2">
            <div>
                <div class="row">
                    <div class="col-md-8">
                        <?php if($editar == 1): ?>
                            <div class="form-group">
                                <label for="profesion">Profesión</label>
                                <input type="text" class="form-control" id="profesion" wire:model="profesion" placeholder="Profesión">
                                <?php $__errorArgs = ['profesion'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="error"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                            <div class="form-group">
                                <label for="cargo">Cargo Actual</label>
                                <input type="text" class="form-control" wire:model="cargo" id="cargo" placeholder="Cargo Actual">
                                <?php $__errorArgs = ['cargo'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="error"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                            <div class="form-group">
                                <label for="formacion">Formación académica</label>
                                <input type="text" class="form-control" wire:model="formacion" id="formacion" placeholder="Formación académica">
                                <?php $__errorArgs = ['formacion'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="error"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                            <div class="form-group">
                                <label for="hobbies">Cuáles son tus hobbies?</label>
                                <input type="text" class="form-control" wire:model="hobbies" id="hobbies" placeholder="Cuáles son tus hobbies?">
                                <?php $__errorArgs = ['hobbies'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="error"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                            <div class="form-group">
                                <label for="metas">Contanos tus metas personales de aca a 3 años</label>
                                <input type="text" class="form-control" wire:model="metas" id="metas" placeholder="Contanos tus metas personales de aca a 3 años">
                                <?php $__errorArgs = ['metas'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?> <span class="error"><?php echo e($message); ?></span> <?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
                            </div>
                            <button type="button" class="btn btn-primary" wire:click="update()">Actualizar</button>
                        <?php else: ?>
                            <b><img src="/imagenes/importancia.png" width="25px"> <?php echo e($usuario->profesion); ?></b><br><br>
                            <b><img src="/imagenes/importancia.png" width="25px"> <?php echo e($usuario->cargo); ?></b><br><br>
                            <b><img src="/imagenes/importancia.png" width="25px"> <?php echo e($usuario->formacion); ?></b><br><br>
                            <b><img src="/imagenes/importancia.png" width="25px"> <?php echo e($usuario->hobbies); ?></b><br><br>
                            <b><img src="/imagenes/importancia.png" width="25px"> <?php echo e($usuario->metas); ?></b><br><br>
                        <?php endif; ?>
                    </div>
                    <div class="col-md-4">
                        <h4><b><center>RECONOCIMIENTOS</center></b></h4>
                        <style>
                            .contenedor{
                                position: relative;
                                display: inline-block;
                                text-align: center;
                            }
                            .centrado{
                                position: absolute;
                                top: 44%;
                                left: 50%;
                                transform: translate(-50%, -50%);
                            }
                        </style>
                        <div id="demo" class="carousel slide" data-ride="carousel">
                            <!-- Indicators -->
                            <ul class="carousel-indicators">
                                <?php
                                    $cont=0;
                                    $active='class="active"'
                                ?>
                                <?php $__currentLoopData = $certificado; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cert): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <li data-target="#demo" data-slide-to="<?php echo e($cont); ?>" <?php echo e($active); ?>></li>
                                    <?php
                                        $cont+=1;
                                        $active='';
                                    ?>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ul>
                            
                            <!-- The slideshow -->
                            <div class="carousel-inner">
                                <?php $active='active'; ?>
                                <?php $__currentLoopData = $certificado; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cert): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <div class="carousel-item <?php echo e($active); ?>">
                                        <div class="d-flex align-items-center justify-content-center flex-column">
                                            <a href="/curso/<?php echo e($cert['curso_id']); ?>"><div class="contenedor" >
                                                <img src="/images/certificados/<?php echo e($cert['certificado']); ?>" width="50%" />
                                                <div class="centrado">
                                                    <h3 style="color:black;font-size:8px;">
                                                        <?php echo e(Auth::user()->name); ?>

                                                    </h3>
                                                </div>
                                            </div>
                                            <h6 style="text-decoration:none;color:white;text-align:center;">
                                                <?php echo e($cert['curso']); ?>

                                            </h6></a>
                                        </div>
                                    </div>
                                    <?php $active=''; ?>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </div>
                            
                            <!-- Left and right controls -->
                            <a class="carousel-control-prev" href="#demo" data-slide="prev">
                                <span class="carousel-control-prev-icon"></span>
                            </a>
                            <a class="carousel-control-next" href="#demo" data-slide="next">
                                <span class="carousel-control-next-icon"></span>
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<?php /**PATH /var/www/html/eva.sumar.com.py/resources/views/livewire/frontperfil.blade.php ENDPATH**/ ?>

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