⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
storage
/
framework
/
views
/
View File Name :
cb08a6c43345cf20d7941c333158ea86.php
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Landing Page')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb'); ?> <li class="breadcrumb-item"><a href="<?php echo e(route('dashboard')); ?>"><?php echo e(__('Dashboard')); ?></a></li> <li class="breadcrumb-item"><?php echo e(__('Landing Page')); ?></li> <?php $__env->stopSection(); ?> <?php $logo=\App\Models\Utility::get_file('uploads/logo'); $settings = \Modules\LandingPage\Entities\LandingPageSetting::settings(); ?> <?php $__env->startPush('css-page'); ?> <link rel="stylesheet" href=" <?php echo e(Module::asset('LandingPage:Resources/assets/css/summernote/summernote-bs4.css')); ?>" /> <?php $__env->stopPush(); ?> <?php $__env->startPush('script-page'); ?> <script src="<?php echo e(Module::asset('LandingPage:Resources/assets/js/plugins/summernote-bs4.js')); ?>" referrerpolicy="origin"></script> <?php $__env->stopPush(); ?> <?php $__env->startSection('breadcrumb'); ?> <li class="breadcrumb-item"><a href="<?php echo e(route('dashboard')); ?>"><?php echo e(__('Dashboard')); ?></a></li> <li class="breadcrumb-item"><?php echo e(__('Landing Page')); ?></li> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-sm-12"> <div class="row"> <div class="col-xl-3"> <div class="card sticky-top" style="top:30px"> <div class="list-group list-group-flush" id="useradd-sidenav"> <?php echo $__env->make('landingpage::layouts.tab', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> <div class="col-xl-9"> <?php echo e(Form::model(null, array('route' => array('landingpage.store'), 'method' => 'POST'))); ?> <?php echo csrf_field(); ?> <div class="card"> <div class="card-header"> <div class="row align-items-center"> <div class="col-6"> <h5 class="mb-2"><?php echo e(__('Top Bar')); ?></h5> </div> <div class="col switch-width text-end"> <div class="form-group mb-0"> <div class="custom-control custom-switch"> <input type="checkbox" data-toggle="switchbutton" data-onstyle="primary" class="" name="topbar_status" id="topbar_status" <?php echo e($settings['topbar_status'] == 'on' ? 'checked="checked"' : ''); ?>> <label class="custom-control-label" for="topbar_status"></label> </div> </div> </div> </div> </div> <div class="card-body"> <div class="row"> <div class="form-group col-12"> <?php echo e(Form::label('content', __('Message'), ['class' => 'col-form-label text-dark'])); ?> <?php echo e(Form::textarea('topbar_notification_msg',$settings['topbar_notification_msg'], ['class' => 'summernote-simple form-control', 'required' => 'required'])); ?> </div> </div> </div> <div class="card-footer text-end"> <input class="btn btn-print-invoice btn-primary m-r-10" type="submit" value="<?php echo e(__('Save Changes')); ?>"> </div> </div> <?php echo e(Form::close()); ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.admin', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/crm/Modules/LandingPage/Resources/views/landingpage/topbar.blade.php ENDPATH**/ ?>