One Hat Cyber Team
Your IP :
18.222.231.86
Server IP :
104.21.80.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
gftag.com
/
storage
/
framework
/
views
/
View File Name :
a0d1f14e75013868c86d0a18940640aaa6ebffb5.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_messages.title')); ?></title> <link rel="icon" type="image/png" href="<?php echo e(asset('installer/img/favicon/favicon-16x16.png')); ?>" sizes="16x16"/> <link rel="icon" type="image/png" href="<?php echo e(asset('installer/img/favicon/favicon-32x32.png')); ?>" sizes="32x32"/> <link rel="icon" type="image/png" href="<?php echo e(asset('installer/img/favicon/favicon-96x96.png')); ?>" sizes="96x96"/> <link href="<?php echo e(asset('installer/css/style.min.css')); ?>" rel="stylesheet"/> <?php echo $__env->yieldContent('style'); ?> <style> .newmaster{ height: 100vh; display: flex; width: 100%; justify-content: center; align-items: center } .header { background: #eff5ff; } .header .header__title{ color: #222; font-weight: 700; } .step__icon { background-color: #9a9a9a; } .step__item.active .step__icon, .step__item.active ~ .step__divider, .step__item.active ~ .step__item .step__icon { background-color: #0C59DB; } .button{ background-color: #0C59DB; } .box { -webkit-box-shadow: 0 10px 20px rgb(1 0 6 / 6%), 0 6px 30px rgb(51 10 113 / 9%); box-shadow: 0 10px 20px rgb(1 0 6 / 6%), 0 6px 30px rgb(51 10 113 / 9%); } </style> <script> window.Laravel = <?php echo json_encode([ 'csrfToken' => csrf_token(), ]); ?> </script> </head> <body> <div class="newmaster"> <div class="box"> <div class="header"> <h1 class="header__title"><?php echo $__env->yieldContent('title'); ?></h1> </div> <ul class="step"> <li class="step__divider"></li> <li class="step__item <?php echo e(isActive('LaravelInstaller::final')); ?>"> <i class="step__icon fa fa-thumbs-up" aria-hidden="true"></i> </li> <li class="step__divider"></li> <li class="step__item <?php echo e(isActive('LaravelInstaller::environment')); ?> <?php echo e(isActive('LaravelInstaller::environmentWizard')); ?> <?php echo e(isActive('LaravelInstaller::environmentClassic')); ?>"> <?php if(Request::is('install/environment') || Request::is('install/environment/wizard') || Request::is('install/environment/classic') ): ?> <a href="<?php echo e(route('LaravelInstaller::environment')); ?>"> <i class="step__icon fa fa-database" aria-hidden="true"></i> </a> <?php else: ?> <i class="step__icon fa fa-database" aria-hidden="true"></i> <?php endif; ?> </li> <li class="step__divider"></li> <li class="step__item <?php echo e(isActive('LaravelInstaller::license')); ?>"> <?php if(Request::is('install/license') || Request::is('install/environment') || Request::is('install/environment/wizard') || Request::is('install/environment/classic') ): ?> <a href="<?php echo e(route('LaravelInstaller::license')); ?>"> <i class="step__icon fa fa-key" aria-hidden="true"></i> </a> <?php else: ?> <i class="step__icon fa fa-key" aria-hidden="true"></i> <?php endif; ?> </li> <li class="step__divider"></li> <li class="step__item <?php echo e(isActive('LaravelInstaller::permissions')); ?>"> <?php if(Request::is('install/license') || Request::is('install/permissions') || Request::is('install/environment') || Request::is('install/environment/wizard') || Request::is('install/environment/classic') ): ?> <a href="<?php echo e(route('LaravelInstaller::permissions')); ?>"> <i class="step__icon fa fa-folder" aria-hidden="true"></i> </a> <?php else: ?> <i class="step__icon fa fa-folder" aria-hidden="true"></i> <?php endif; ?> </li> <li class="step__divider"></li> <li class="step__item <?php echo e(isActive('LaravelInstaller::requirements')); ?>"> <?php if(Request::is('install/license') || Request::is('install/requirements') || Request::is('install/permissions') || Request::is('install/environment') || Request::is('install/environment/wizard') || Request::is('install/environment/classic') ): ?> <a href="<?php echo e(route('LaravelInstaller::requirements')); ?>"> <i class="step__icon fa fa-list" aria-hidden="true"></i> </a> <?php else: ?> <i class="step__icon fa fa-list" aria-hidden="true"></i> <?php endif; ?> </li> <li class="step__divider"></li> <li class="step__item <?php echo e(isActive('LaravelInstaller::welcome')); ?>"> <?php if(Request::is('install/license') || Request::is('install') || Request::is('install/requirements') || Request::is('install/permissions') || Request::is('install/environment') || Request::is('install/environment/wizard') || Request::is('install/environment/classic') ): ?> <a href="<?php echo e(route('LaravelInstaller::welcome')); ?>"> <i class="step__icon fa fa-home" aria-hidden="true"></i> </a> <?php else: ?> <i class="step__icon fa fa-home" aria-hidden="true"></i> <?php endif; ?> </li> <li class="step__divider"></li> </ul> <div class="main"> <?php if(session('message')): ?> <p class="alert text-center"> <strong> <?php if(is_array(session('message'))): ?> <?php echo e(session('message')['message']); ?> <?php else: ?> <?php echo e(session('message')); ?> <?php endif; ?> </strong> </p> <?php endif; ?> <?php if(session()->has('errors')): ?> <div class="alert alert-danger" id="error_alert"> <button type="button" class="close" id="close_alert" data-dismiss="alert" aria-hidden="true"> <i class="fa fa-close" aria-hidden="true"></i> </button> <h4 style="font-size: 18px;"> <i class="fa fa-fw fa-exclamation-triangle" aria-hidden="true"></i> <?php echo e(trans('installer_messages.forms.errorTitle')); ?> </h4> <ul> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><?php echo e($error); ?></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php endif; ?> <?php echo $__env->yieldContent('container'); ?> </div> </div> </div> <?php echo $__env->yieldContent('scripts'); ?> <script type="text/javascript"> var x = document.getElementById('error_alert'); var y = document.getElementById('close_alert'); y.onclick = function() { x.style.display = "none"; }; </script> </body> </html> <?php /**PATH C:\xampp\htdocs\omnimart40\core\resources\views/vendor/installer/layouts/master.blade.php ENDPATH**/ ?>