HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.ankua.asia/storage/framework/views/db9d212c9d3b78acf20ea5f4d43ea9e9.php
<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
  <title>
    <?php if(trim($__env->yieldContent('template_title'))): ?>
      <?php echo $__env->yieldContent('template_title'); ?> |
    <?php endif; ?> <?php echo e(trans('installer::installer_messages.title')); ?>

  </title>
  <link rel="stylesheet" type="text/css" href="<?php echo e(asset('/build/beike/shop/default/css/bootstrap.css')); ?>">
  <script src="<?php echo e(asset('vendor/jquery/jquery-3.6.0.min.js')); ?>"></script>
  <script src="<?php echo e(asset('vendor/layer/3.5.1/layer.js')); ?>"></script>
  <link rel="shortcut icon" href="<?php echo e(asset('/image/favicon.png')); ?>">
  <script src="<?php echo e(asset('vendor/bootstrap/js/bootstrap.bundle.min.js')); ?>"></script>
  <link rel="stylesheet" type="text/css" href="<?php echo e(asset('/install/css/app.css')); ?>">
  <?php echo $__env->yieldContent('style'); ?>
</head>

<body>
  <div class="install-box">
    <aside class="aside-wrap">
      <div class="top">
        <div class="logo mb-5"><img src="<?php echo e(asset('/image/logo.png')); ?>" class="img-fluid"></div>
        <div class="steps-wrap">
          <ul>
            <li class="<?php echo e($steps == 1 ? 'ing' : ''); ?> <?php echo e($steps > 1 ? 'success' : ''); ?>">
              <div class="left">
                 <span class="index"><?php if($steps > 1): ?> <i class="bi bi-check-lg"></i> <?php else: ?> 1 <?php endif; ?></span>
                 <?php echo e(__('installer::installer_messages.welcome.title')); ?>

                </div>
              <span class="right"><i class="bi bi-arrow-right-short"></i></span>
            </li>
            <li class="<?php echo e($steps == 2 ? 'ing' : ''); ?> <?php echo e($steps > 2 ? 'success' : ''); ?>">
              <div class="left">
                <span class="index"><?php if($steps > 2 && $steps != 2): ?> <i class="bi bi-check-lg"></i> <?php else: ?> 2 <?php endif; ?></span>
                <?php echo e(__('installer::installer_messages.requirements.title')); ?>

              </div>
              <span class="right"><i class="bi bi-arrow-right-short"></i></span>
            </li>
            <li class="<?php echo e($steps == 3 ? 'ing' : ''); ?> <?php echo e($steps > 3 ? 'success' : ''); ?>">
              <div class="left">
                <span class="index"><?php if($steps > 3 && $steps != 3): ?> <i class="bi bi-check-lg"></i> <?php else: ?> 3 <?php endif; ?></span>
                <?php echo e(__('installer::installer_messages.permissions.title')); ?>

              </div>
              <span class="right"><i class="bi bi-arrow-right-short"></i></span>
            </li>
            <li class="<?php echo e($steps == 4 ? 'ing' : ''); ?> <?php echo e($steps > 4 ? 'success' : ''); ?>">
              <div class="left">
                <span class="index"><?php if($steps > 4 && $steps != 4): ?> <i class="bi bi-check-lg"></i> <?php else: ?> 4 <?php endif; ?></span>
                <?php echo e(__('installer::installer_messages.environment.title')); ?>

              </div>
              <span class="right"><i class="bi bi-arrow-right-short"></i></span>
            </li>
            <li class="<?php echo e($steps == 5 ? 'ing' : ''); ?> <?php echo e($steps > 5 ? 'success' : ''); ?>">
              <div class="left">
                <span class="index"><?php if($steps > 5 && $steps != 5): ?> <i class="bi bi-check-lg"></i> <?php else: ?> 5 <?php endif; ?></span>
                <?php echo e(__('installer::installer_messages.final.template_title')); ?>

              </div>
              <span class="right"><i class="bi bi-arrow-right-short"></i></span>
            </li>
          </ul>
        </div>
      </div>
      <div class="bottom">
      </div>
    </aside>

    <div class="content">
      <?php if(session()->has('errors')): ?>
        <div class="alert alert-danger" id="error_alert">
          <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <div><?php echo e($error); ?></div>
          <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        </div>
      <?php endif; ?>

      <?php echo $__env->yieldContent('content'); ?>
    </div>
  </div>
  <?php echo $__env->yieldContent('scripts'); ?>

  <script>
    $(document).ready(function() {
      $('html, body').css('height', $(window).height());
    });
  </script>
</body>
</html>
<?php /**PATH /www/wwwroot/www.ankua.asia/beike/Installer/Providers/../Views/layouts/master.blade.php ENDPATH**/ ?>