EVOLUTION-MANAGER
Edit File: b58a5f9e8acd70f2178cf5ac68dfc9f333cff5d3.php
<?php $__env->startSection('titulo'); ?> NUEVA SOCIALIZACIÓN <?php $__env->stopSection(); ?> <?php $__env->startSection('style'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('contenido'); ?> <form method="POST" action="<?php echo e(asset('administracion/socializaciones/guardar')); ?>" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="form-group"> <label for="Tipo de Usuario">Título</label> <input type="text" name="titulo" class="form-control" placeholder="Escriba aquí..." required> </div> <div class="form-group"> <label for="Tipo de Usuario">Texto</label> <textarea name="texto" class="form-control" placeholder="Escriba aquí..." cols="30" rows="3" required></textarea> </div> <div class="form-group"> <label for="Tipo de Usuario">Ícono</label> <input type="file" name="imagen" class="form-control" required> </div> <div class="form-group"> <label for="Tipo de Usuario">URL enlace</label> <input type="text" name="enlace" class="form-control" placeholder="Escriba aquí..." required> </div> <div class="form-group"> <label for="Tipo de Usuario">Texto Botón (opcional)</label> <input type="text" name="texto_boton" class="form-control" placeholder="Escriba aquí..."> </div> <button class="btn btn-success"><i class="fa fa-save"></i> Guardar</button> <a href="<?php echo e(asset('administracion/socializaciones')); ?>" class="btn btn-warning"><i class="fa fa-reply-all"></i> Salir</a> </form> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.backend', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>