⚝
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 :
8c10f6261b8280c36e3f0c51b1c81688.php
<?php $favicon = isset($company_settings['favicon']) ? $company_settings['favicon'] : (isset($admin_settings['favicon']) ? $admin_settings['favicon'] : 'uploads/logo/favicon.png'); ?> <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.0, user-scalable=0, minimal-ui" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <meta name="url" content="<?php echo e(url('').'/'.config('chatify.routes.prefix')); ?>" data-user="<?php echo e(Auth::user()->id); ?>"> <!-- Favicon icon --> <link rel="icon" href="<?php echo e(check_file($favicon) ? get_file($favicon) : get_file('uploads/logo/favicon.png')); ?><?php echo e('?'.time()); ?>" type="image/x-icon" /> <!-- 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/fontawesome.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/plugins/style.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/plugins/bootstrap-switch-button.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/plugins/datepicker-bs5.min.css')); ?>" > <link rel="stylesheet" href="<?php echo e(asset('assets/css/plugins/flatpickr.min.css')); ?>" > <link rel="stylesheet" href="<?php echo e(asset('assets/css/customizer.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((isset($company_settings['site_rtl']) ? $company_settings['site_rtl'] : 'off')== 'on'): ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style-rtl.css')); ?>"> <?php endif; ?> <?php if((isset($company_settings['cust_darklayout']) ? $company_settings['cust_darklayout'] : 'off') == 'on'): ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style-dark.css')); ?>" id="main-style-link"> <?php endif; ?> <?php if((isset($company_settings['site_rtl']) ? $company_settings['site_rtl'] : 'off' )!= 'on' && (isset($company_settings['cust_darklayout']) ? $company_settings['cust_darklayout'] : 'off') != 'on'): ?> <link rel="stylesheet" href="<?php echo e(asset('assets/css/style.css')); ?>" id="main-style-link"> <?php else: ?> <link rel="stylesheet" href="" id="main-style-link"> <?php endif; ?> <?php echo $__env->yieldPushContent('css'); ?> <?php echo $__env->yieldPushContent('availabilitylink'); ?> <script src="<?php echo e(asset('js/jquery.min.js')); ?>"></script> <link rel="stylesheet" href="<?php echo e(asset('assets/css/nprogress.css')); ?>"> <script src="<?php echo e(asset('assets/js/nprogress.js')); ?>"></script> <link rel="stylesheet" href="<?php echo e(asset('css/responsive.css')); ?>"> </head> <?php /**PATH /home/id/erp.dev-unit.com/resources/views/partials/head.blade.php ENDPATH**/ ?>