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/285786491d9d7ad3812e92c360fbef60.php
<?php $__env->startSection('template_title'); ?>
  <?php echo e(trans('installer::installer_messages.permissions.template_title')); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('title'); ?>
  <i class="fa fa-key fa-fw" aria-hidden="true"></i>
  <?php echo e(trans('installer::installer_messages.permissions.title')); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
  <div class="install-2">
    <h3 class="mb-5"><?php echo e(__('installer::installer_messages.permissions.title')); ?></h3>
    <table class="table table-hover text-black text-opacity-75 fs-5 mb-5">
      <thead>
        <tr>
          <th width="40%"><?php echo e(__('installer::installer_messages.permissions.table')); ?></th>
          <th width="30%"><?php echo e(__('installer::installer_messages.permissions.next')); ?></th>
          <th width="30%"><?php echo e(__('installer::installer_messages.status')); ?></th>
        </tr>
      </thead>
      <tbody>
        <?php $__currentLoopData = $permissions['permissions']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $permission): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
          <tr class="<?php echo e($permission['isSet'] ? '' : 'table-danger'); ?>">
            <td><?php echo e($permission['folder']); ?></td>
            <td><?php echo e($permission['permission']); ?></td>
            <td>
              <i class="bi bi-<?php echo e($permission['isSet'] ? 'check-circle-fill' : 'exclamation-circle-fill'); ?> <?php echo e($permission['isSet'] ? 'text-success' : 'text-danger'); ?> row-icon"
                aria-hidden="true"></i>
            </td>
          </tr>
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
      </tbody>
    </table>
  </div>

  <?php if(!isset($permissions['errors'])): ?>
    <div class="d-flex justify-content-end">
      <a class="btn btn-primary d-flex align-items-center" href="<?php echo e(route('installer.environment')); ?>">
        <?php echo e(trans('installer::installer_messages.permissions.next')); ?>

        <i class="bi bi-arrow-right-short fs-2 lh-1 ms-2"></i>
      </a>
    </div>
  <?php endif; ?>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('installer::layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /www/wwwroot/www.ankua.asia/beike/Installer/Providers/../Views/permissions.blade.php ENDPATH**/ ?>