[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: 4984692443770e3b03f49cd3baafbb73.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title><?php echo $__env->yieldContent('page_title'); ?></title> <meta name="description" content=""> <meta name="keywords" content=""> <meta name="csrf_token" content="<?php echo e(csrf_token()); ?>"> <!-- Favicons --> <link href="<?php echo e(asset('vendor/larainstaller/img/favicon.png')); ?>" rel="icon"> <link href="<?php echo e(asset('vendor/larainstaller/img/apple-touch-icon.png')); ?>" rel="apple-touch-icon"> <!-- Fonts --> <link href="https://fonts.googleapis.com" rel="preconnect"> <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <!-- Vendor CSS Files --> <link href="<?php echo e(asset('vendor/larainstaller/bootstrap/css/bootstrap.min.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('vendor/larainstaller/bootstrap-icons/bootstrap-icons.css')); ?>" rel="stylesheet"> <!-- Main CSS File --> <link href="<?php echo e(asset('vendor/larainstaller/css/main.css')); ?>" rel="stylesheet"> <?php echo $__env->yieldPushContent('css'); ?> </head> <body class="index-page"> <main class="main"> <!-- Hero Section --> <section id="hero" class="hero section"> <div class="container-fluid"> <div class="row align-items-start"> <?php echo $__env->make('larainstaller::layout.partials.sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="col-lg-9"> <div class="content-body flex-fill"> <div class="hero-content"> <div class="row"> <div class="col-lg-10"> <div class="company-badge mb-4"> <i class="bi bi-signpost-2 me-2"></i> <?php echo $__env->yieldContent('menu_title'); ?> </div> <?php echo $__env->yieldContent('content'); ?> </div> </div> </div> </div> </div> </div> </div> </section> </main> <!-- Scroll Top --> <a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> <!-- Vendor JS Files --> <script src="<?php echo e(asset('vendor/larainstaller/bootstrap/js/bootstrap.bundle.min.js')); ?>"></script> <!-- Main JS File --> <script src="<?php echo e(asset('vendor/larainstaller/js/jquery-3.7.1.min.js')); ?>"></script> <script src="<?php echo e(asset('vendor/larainstaller/js/sweetalert2.min.js')); ?>"></script> <script> const Toast = Swal.mixin({ toast: true, position: 'top-end', showConfirmButton: false, timer: 3000, timerProgressBar: true, customClass: { popup: 'colored-toast' }, didOpen: (toast) => { toast.addEventListener('mouseenter', Swal.stopTimer); toast.addEventListener('mouseleave', Swal.resumeTimer); } }); function loading(loading) { if (loading) { $('#go-next-button').prop('disabled', true); $('#go-next-button #text').hide(); $('#go-next-button #loading').show(); } else { $('#go-next-button').prop('disabled', false); $('#go-next-button #text').show(); $('#go-next-button #loading').hide(); } } </script> <?php if(session('success')): ?> <script> Toast.fire({ icon: 'success', title: '<?php echo e(session('success')); ?>' }); </script> <?php endif; ?> <?php if(session('error')): ?> <script> Toast.fire({ icon: 'error', title: '<?php echo e(session('error')); ?>' }); </script> <?php endif; ?> <?php if($errors->any()): ?> <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <script> Toast.fire({ icon: 'error', title: '<?php echo e($error); ?>' }); </script> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php echo $__env->yieldPushContent('js'); ?> </body> </html> <?php /**PATH /home/eliosofonline/pham.eliosof.com/vendor/hashcode/larainstaller/src/Providers/../Resources/views/layout/master.blade.php ENDPATH**/ ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.45 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002