⚝
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 :
3d4f402cd70f396295800ed1b26ad991.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 $settings = \Modules\LandingPage\Entities\LandingPageSetting::landingPageSetting(); $logo=\App\Models\Utility::get_file('uploads/landing_page_image'); ?> <?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"> <div class="card"> <div class="card-header"> <div class="row"> <div class="col-lg-10 col-md-10 col-sm-10"> <h5><?php echo e(__('Feature')); ?></h5> </div> </div> </div> <?php echo e(Form::open(array('route' => 'features.store', 'method'=>'post', 'enctype' => "multipart/form-data"))); ?> <?php echo csrf_field(); ?> <div class="card-body"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <?php echo e(Form::label('Title', __('Title'), ['class' => 'form-label'])); ?> <?php echo e(Form::text('feature_title',$settings['feature_title'], ['class' => 'form-control ', 'placeholder' => __('Enter Title')])); ?> <?php $__errorArgs = ['mail_host']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-mail_driver" role="alert"> <strong class="text-danger"><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> <div class="col-md-6"> <div class="form-group"> <?php echo e(Form::label('Heading', __('Heading'), ['class' => 'form-label'])); ?> <?php echo e(Form::text('feature_heading',$settings['feature_heading'], ['class' => 'form-control ', 'placeholder' => __('Enter Heading')])); ?> <?php $__errorArgs = ['mail_host']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-mail_driver" role="alert"> <strong class="text-danger"><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> <div class="col-md-6"> <div class="form-group"> <?php echo e(Form::label('Description', __('Description'), ['class' => 'form-label'])); ?> <?php echo e(Form::text('feature_description', $settings['feature_description'], ['class' => 'form-control', 'placeholder' => __('Enter Description')])); ?> <?php $__errorArgs = ['mail_port']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-mail_port" role="alert"> <strong class="text-danger"><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> <div class="col-md-6"> <div class="form-group"> <?php echo e(Form::label('Buy Now Link', __('Buy Now Link'), ['class' => 'form-label'])); ?> <?php echo e(Form::text('feature_buy_now_link', $settings['feature_buy_now_link'], ['class' => 'form-control', 'placeholder' => __('Enter Link')])); ?> <?php $__errorArgs = ['mail_port']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-mail_port" role="alert"> <strong class="text-danger"><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> </div> </div> <div class="card-footer text-end"> <button class="btn btn-print-invoice btn-primary m-r-10" type="submit" ><?php echo e(__('Save Changes')); ?></button> </div> <?php echo e(Form::close()); ?> </div> <div class="card"> <div class="card-header"> <div class="row align-items-center"> <div class="col-lg-9 col-md-9 col-sm-9"> <h5><?php echo e(__('Features List')); ?></h5> </div> <div class="col-lg-3 col-md-3 col-sm-3 justify-content-end d-flex"> <a data-size="lg" data-url="<?php echo e(route('feature_create')); ?>" data-ajax-popup="true" data-bs-toggle="tooltip" data-title="<?php echo e(__('Create Feature')); ?>" title="<?php echo e(__('Create')); ?>" class="btn btn-sm btn-primary"> <i class="ti ti-plus text-light"></i> </a> </div> </div> </div> <div class="card-body"> <div class="table-responsive"> <table class="table"> <thead> <tr> <th><?php echo e(__('No')); ?></th> <th><?php echo e(__('Name')); ?></th> <th><?php echo e(__('Action')); ?></th> </tr> </thead> <tbody> <?php if(is_array($feature_of_features) || is_object($feature_of_features)): ?> <?php $ff_no = 1 ?> <?php $__currentLoopData = $feature_of_features; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($ff_no++); ?></td> <td><?php echo e($value['feature_heading']); ?></td> <td> <span> <div class="action-btn bg-primary ms-2"> <a href="#" class="mx-3 btn btn-sm align-items-center" data-url="<?php echo e(route('feature_edit',$key)); ?>" data-ajax-popup="true" data-title="<?php echo e(__('Edit Feature')); ?>" data-size="lg" data-bs-toggle="tooltip" title="<?php echo e(__('Edit')); ?>" data-original-title="<?php echo e(__('Edit')); ?>"> <i class="ti ti-pencil text-white"></i> </a> </div> <div class="action-btn bg-danger ms-2"> <?php echo Form::open(['method' => 'GET', 'route' => ['feature_delete', $key],'id'=>'delete-form-'.$key]); ?> <a href="#" class="mx-3 btn btn-sm align-items-center bs-pass-para" data-bs-toggle="tooltip" title="<?php echo e(__('Delete')); ?>" data-original-title="<?php echo e(__('Delete')); ?>" data-confirm="<?php echo e(__('Are You Sure?').'|'.__('This action can not be undone. Do you want to continue?')); ?>" data-confirm-yes="document.getElementById('delete-form-<?php echo e($key); ?>').submit();"> <i class="ti ti-trash text-white"></i> </a> <?php echo Form::close(); ?> </div> </span> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </tbody> </table> </div> </div> </div> <div class="card"> <div class="card-header"> <div class="row"> <div class="col-lg-10 col-md-10 col-sm-10"> <h5><?php echo e(__('Feature')); ?></h5> </div> </div> </div> <?php echo e(Form::open(array('route' => 'feature_highlight_create', 'method'=>'post', 'enctype' => "multipart/form-data"))); ?> <?php echo csrf_field(); ?> <div class="card-body"> <div class="row"> <div class="col-md-6"> <div class="form-group"> <?php echo e(Form::label('highlight_feature_heading', __('Heading'), ['class' => 'form-label'])); ?> <?php echo e(Form::text('highlight_feature_heading', $settings['highlight_feature_heading'], ['class' => 'form-control', 'placeholder' => __('Enter Link')])); ?> <?php $__errorArgs = ['highlight_feature_heading']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-mail_port" role="alert"> <strong class="text-danger"><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> <div class="col-md-6"> <div class="form-group"> <?php echo e(Form::label('highlight_feature_heading', __('Description'), ['class' => 'form-label'])); ?> <?php echo e(Form::text('highlight_feature_description', $settings['highlight_feature_description'], ['class' => 'form-control', 'placeholder' => __('Enter Link')])); ?> <?php $__errorArgs = ['highlight_feature_description']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-mail_port" role="alert"> <strong class="text-danger"><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </div> <div class="col-md-6"> <div class="form-group"> <?php echo e(Form::label('Logo', __('Logo'), ['class' => 'form-label'])); ?> <div class="logo-content mt-4"> <img id="image1" src="<?php echo e($logo.'/'. $settings['highlight_feature_image']); ?>" class="big-logo img_setting"> </div> <div class="choose-files mt-5"> <label for="highlight_feature_image"> <div class=" bg-primary dark_logo_update" style="cursor: pointer;"> <i class="ti ti-upload px-1"> </i><?php echo e(__('Choose file here')); ?> </div> <input type="file" name="highlight_feature_image" id="highlight_feature_image" class="form-control file" data-filename="highlight_feature_image"> </label> </div> <?php $__errorArgs = ['highlight_feature_image']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <div class="row"> <span class="invalid-logo" role="alert"> <strong class="text-danger"><?php echo e($message); ?></strong> </span> </div> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> </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> <?php echo e(Form::close()); ?> </div> <div class="card"> <div class="card-header"> <div class="row align-items-center"> <div class="col-lg-9 col-md-9 col-sm-9"> <h5><?php echo e(__('Features Block')); ?></h5> </div> <div class="col-lg-3 col-md-3 col-sm-3 justify-content-end d-flex"> <a data-size="lg" data-url="<?php echo e(route('features_create')); ?>" data-ajax-popup="true" data-bs-toggle="tooltip" data-title="<?php echo e(__('Create Feature Block')); ?>" title="<?php echo e(__('Create')); ?>" class="btn btn-sm btn-primary"> <i class="ti ti-plus text-light"></i> </a> </div> </div> </div> <div class="card-body"> <div class="table-responsive"> <table class="table"> <thead> <tr> <th><?php echo e(__('No')); ?></th> <th><?php echo e(__('Name')); ?></th> <th><?php echo e(__('Action')); ?></th> </tr> </thead> <tbody> <?php if(is_array($feature_of_features) || is_object($feature_of_features)): ?> <?php $of_no = 1 ?> <?php $__currentLoopData = $other_features; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($of_no++); ?></td> <td><?php echo e($value['other_features_heading']); ?></td> <td> <span> <div class="action-btn bg-primary ms-2"> <a href="#" class="mx-3 btn btn-sm align-items-center" data-url="<?php echo e(route('features_edit',$key)); ?>" data-ajax-popup="true" data-title="<?php echo e(__('Edit Feature Block')); ?>" data-size="lg" data-bs-toggle="tooltip" title="<?php echo e(__('Edit')); ?>" data-original-title="<?php echo e(__('Edit')); ?>"> <i class="ti ti-pencil text-white"></i> </a> </div> <div class="action-btn bg-danger ms-2"> <?php echo Form::open(['method' => 'GET', 'route' => ['features_delete', $key],'id'=>'delete-form-'.$key]); ?> <a href="#" class="mx-3 btn btn-sm align-items-center bs-pass-para" data-bs-toggle="tooltip" title="<?php echo e(__('Delete')); ?>" data-original-title="<?php echo e(__('Delete')); ?>" data-confirm="<?php echo e(__('Are You Sure?').'|'.__('This action can not be undone. Do you want to continue?')); ?>" data-confirm-yes="document.getElementById('delete-form-<?php echo e($key); ?>').submit();"> <i class="ti ti-trash text-white"></i> </a> <?php echo Form::close(); ?> </div> </span> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </tbody> </table> </div> </div> </div> </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/features/index.blade.php ENDPATH**/ ?>