⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
09917ddce85cb5a2a5610c408ca2731c.php
<?php $admin_settings = getAdminAllSetting(); $temp_lang = \App::getLocale('lang'); if($temp_lang == 'ar' || $temp_lang == 'he'){ $rtl = 'on'; } else { $rtl = isset($admin_settings['site_rtl']) ? $admin_settings['site_rtl'] : 'off'; } $color = !empty($admin_settings['color'])?$admin_settings['color']:'theme-1'; if(isset($admin_settings['color_flag']) && $admin_settings['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } ?> <!DOCTYPE html> <html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>" dir="<?php echo e($rtl == 'on'?'rtl':''); ?>"> <head> <title><?php echo $__env->yieldContent('page-title'); ?> | DEV-UNIT ERP </title> <meta name="title" content="DEV-UNIT ERP"> <meta name="keywords" content="DEV-UNIT ERP"> <meta name="description" content="DEV-UNIT ERP"> <!-- Open Graph / Facebook --> <meta property="og:type" content="DEV-UNIT ERP"> <meta property="og:url" content="<?php echo e(env('APP_URL')); ?>"> <meta property="og:title" content="DEV-UNIT ERP"> <meta property="og:description" content="DEV-UNIT ERP"> <meta property="og:image" content="https://dev-unit.com/dev-style/images/dev-unit-logo.svg"> <!-- Twitter --> <meta property="twitter:card" content="DEV-UNIT ERP"> <meta property="twitter:url" content="<?php echo e(env('APP_URL')); ?>"> <meta property="twitter:title" content="DEV-UNIT ERP"> <meta property="twitter:description" content="DEV-UNIT ERP"> <meta property="twitter:image" content="https://dev-unit.com/dev-style/images/dev-unit-logo.svg"> <meta name="author" content="DEV-UNIT ERP"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" href="<?php echo e((!empty($admin_settings['favicon']) && check_file($admin_settings['favicon'])) ? get_file($admin_settings['favicon']) : get_file('uploads/logo/favicon.png')); ?><?php echo e('?'.time()); ?>" type="image/x-icon" /> <!-- CSS Libraries --> <link rel="stylesheet" href="<?php echo e(asset('assets/fonts/fontawesome.css')); ?>"> <!-- font css --> <link rel="stylesheet" href="<?php echo e(asset('assets/fonts/tabler-icons.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/fonts/feather.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/fonts/material.css')); ?>"> <!-- vendor css --> <link rel="stylesheet" href="<?php echo e(asset('assets/css/customizer.css')); ?>"> <!-- custom css --> <link rel="stylesheet" href="<?php echo e(asset('css/custome.css')); ?>"> <style> :root { --color-customColor: <?= $color ?>; } </style> <link rel="stylesheet" href="<?php echo e(asset('css/custom-color.css')); ?>"> <?php if( $rtl == 'on'): ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style-rtl.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('css/custom-auth-rtl.css')); ?>" id="main-style-link"> <?php else: ?> <link rel="stylesheet" href="<?php echo e(asset('css/custom-auth.css')); ?>" id="main-style-link"> <?php endif; ?> <?php if((isset($admin_settings['cust_darklayout']) ? $admin_settings['cust_darklayout'] : 'off') == 'on'): ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style-dark.css')); ?>" id="main-style-link"> <link rel="stylesheet" href="<?php echo e(asset('css/custom-auth-dark.css')); ?>" id="main-style-link"> <?php endif; ?> <?php if( $rtl != 'on' && (isset($admin_settings['cust_darklayout']) ? $admin_settings['cust_darklayout'] : 'off') != 'on'): ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style.css')); ?>" id="main-style-link"> <?php endif; ?> <style> .navbar-brand .auth-navbar-brand { max-height: 38px !important; } </style> </head> <body class="<?php echo e($themeColor); ?>"> <div class="custom-login"> <div class="login-bg-img"> <img src="<?php echo e(isset($admin_settings['color_flag']) && $admin_settings['color_flag'] == 'false' ? asset('images/' . $color . '.svg') : asset('images/theme-1.svg')); ?>" class="login-bg-1"> <img src="<?php echo e(asset('images/common.svg')); ?>" class="login-bg-2"> </div> <div class="bg-login bg-primary"></div> <div class="custom-login-inner"> <header class="dash-header"> <nav class="navbar navbar-expand-md default"> <div class="container"> <div class="navbar-brand"> <a class="navbar-brand" href="<?php echo e(url('/')); ?>"> <img src="<?php echo e(get_file(sidebar_logo())); ?><?php echo e('?'.time()); ?>" alt="<?php echo e(config('app.name', 'WorkDo')); ?>" class="navbar-brand-img auth-navbar-brand"> </a> </div> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarlogin"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarlogin"> <ul class="navbar-nav align-items-center ms-auto mb-lg-0"> <?php echo $__env->yieldContent('language-bar'); ?> </ul> </div> </div> </nav> </header> <main class="custom-wrapper"> <div class="custom-row"> <div class="card"> <?php echo $__env->yieldContent('content'); ?> </div> </div> </main> <footer> <div class="auth-footer"> <div class="container"> <div class="row"> <div class="col-12"> <span> <?php if(!empty($admin_settings['footer_text'])): ?> <?php echo e($admin_settings['footer_text']); ?> <?php else: ?><?php echo e(__('Copyright')); ?> © <?php echo e(config('app.name', 'WorkDo')); ?><?php endif; ?><?php echo e(date('Y')); ?> </span> </div> </div> </div> </div> </footer> </div> </div> <?php if((isset($admin_settings['enable_cookie']) ? $admin_settings['enable_cookie'] : 'off') == 'on'): ?> <?php echo $__env->make('layouts.cookie_consent', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> <?php echo $__env->yieldPushContent('custom-scripts'); ?> <script src="<?php echo e(asset('js/jquery.min.js')); ?>"></script> <script src="<?php echo e(asset('js/custom.js')); ?>"></script> <script src="<?php echo e(asset('assets/js/plugins/bootstrap.min.js')); ?>"></script> <?php echo $__env->yieldPushContent('script'); ?> <?php if((isset($admin_settings['cust_darklayout']) ? $admin_settings['cust_darklayout'] : 'off') == 'on'): ?> <script> document.addEventListener('DOMContentLoaded', (event) => { const recaptcha = document.querySelector('.g-recaptcha'); recaptcha.setAttribute("data-theme", "dark"); }); </script> <?php endif; ?> </body> </html> <?php /**PATH /home/id/erp.dev-unit.com/resources/views/layouts/auth.blade.php ENDPATH**/ ?>