Viewing file: 7e607cf3340dc61c54da5f577ebe74f86168dd0a.php (1.13 KB) -rwxrwxrwx Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('content'); ?> <div class="header bg-gradient-primary py-7 py-lg-8"> <div class="container"> <div class="header-body text-center mt-7 mb-7"> <div class="row justify-content-center"> <div class="col-lg-5 col-md-6"> <h1 class="text-white"><?php echo e(__('Welcome to Win Cloud Dashboard.')); ?></h1> </div> </div> </div> </div> <div class="separator separator-bottom separator-skew zindex-100"> <svg x="0" y="0" viewBox="0 0 2560 100" preserveAspectRatio="none" version="1.1" xmlns="http://www.w3.org/2000/svg"> <polygon class="fill-default" points="2560 0 2560 100 0 100"></polygon> </svg> </div> </div>
<div class="container mt--10 pb-5"></div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', ['class' => 'bg-default'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH D:\office\laravel\example-app\resources\views/welcome.blade.php ENDPATH**/ ?>
|