One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
View File Name :
4cbdd96b8ef3a0e44f7ec8df5347f585790d376e.php
<?php $__env->startSection('styles'); ?> <link rel="stylesheet" href="<?php echo e(asset('assets/admin/css/codemirror.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Custom CSS')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('user-dashboard')); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Settings')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Custom CSS')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <div class="card-title d-inline-block"><?php echo e(__('Custom CSS')); ?></div> </div> <div class="card-body"> <div class="alert-primary alert">Please do not use <strong class="text-danger"><style></style></strong> tag here. Put the CSS code only</div> <form action="<?php echo e(route('user.css.update')); ?>" id="cssForm" method="POST"> <?php echo csrf_field(); ?> <div class="row justify-content-center"> <div class="col-lg-12"> <div class="editor-holder"> <div class="scroller"> <textarea id="customCss" name="custom_css"><?php echo e($data->custom_css); ?></textarea> <pre><code class="syntax-highight html"></code></pre> </div> </div> </div> </div> </form> </div> <div class="card-footer"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-12 text-center"> <button type="submit" form="cssForm" class="btn btn-success"><?php echo e(__('Update')); ?></button> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script src="<?php echo e(asset('assets/admin/js/plugin/codemirror/codemirror.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/js/plugin/codemirror/css.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/js/plugin/codemirror/show-hint.js')); ?>"></script> <script src="<?php echo e(asset('assets/admin/js/plugin/codemirror/css-hint.js')); ?>"></script> <script> (function($) { "use strict"; var editor = CodeMirror.fromTextArea(document.getElementById("customCss"), { lineNumbers: true, mode: "css", matchBrackets: true, theme: 'monokai', extraKeys: {"Ctrl-Space": "autocomplete"} }); })(jQuery); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/user/settings/css.blade.php ENDPATH**/ ?>