Version nueva

This commit is contained in:
2020-11-20 16:21:42 -03:00
parent 09f04263fe
commit aae35fc4d1
67 changed files with 8586 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html lang="<?php echo e($page_language); ?>">
<?php echo $__env->make('layout.head', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo $__env->make('layout.body', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</html>
<?php /**PATH F:\Z\Workspace\git\provm\portal\resources\views/layout/base.blade.php ENDPATH**/ ?>