⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ursites
/
public_html
/
storage
/
framework
/
views
/
View File Name :
e3dc687a51464d63fe318efcb63cc8b8a095e2a7.php
<?php $selLang = \App\Models\Language::where('code', request()->input('language'))->first(); ?> <?php if(!empty($selLang) && $selLang->rtl == 1): ?> <?php $__env->startSection('styles'); ?> <style> form:not(.modal-form) input, form:not(.modal-form) textarea, form:not(.modal-form) select, select[name='language'] { direction: rtl; } form:not(.modal-form) .note-editor.note-frame .note-editing-area .note-editable { direction: rtl; text-align: right; } </style> <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e($keywords['Settings'] ?? __('Settings')); ?></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($keywords['Basic_Settings'] ?? __('Basic Settings')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e($keywords['Settings'] ?? __('Settings')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form action="<?php echo e(route('admin.advertisement.update', ['language' => request()->input('language')])); ?>" method="post"> <?php echo csrf_field(); ?> <div class="card-header"> <div class="row"> <div class="col-lg-10"> <div class="card-title"><?php echo e($keywords['Update_Settings'] ?? __('Update Settings')); ?></div> </div> </div> </div> <div class="card-body py-5"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <div class="form-group"> <label><?php echo e($keywords['Google_Adsense_Publisher_ID'] ?? __('Google Adsense Publisher ID')); ?></label> <input class="form-control" name="adsense_publisher_id" value="<?php echo e($data->adsense_publisher_id ?? null); ?>"> <p> <a target="_blank" href="https://prnt.sc/BOaTRxXyJplU"><?php echo e($keywords['Click_here'] ?? __('Click here')); ?></a> <?php echo e($keywords['to_find_the_publisher_ID_in_your_Google_Adsense_account'] ?? __('to find the publisher ID in your Google Adsense account.')); ?> </p> <?php if($errors->has('adsense_publisher_id')): ?> <p class="mt-1 mb-0 text-danger"><?php echo e($errors->first('adsense_publisher_id')); ?></p> <?php endif; ?> </div> </div> </div> </div> <div class="card-footer"> <div class="row"> <div class="col-12 text-center"> <button type="submit" class="btn btn-success"> <?php echo e($keywords['Update'] ?? __('Update')); ?> </button> </div> </div> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/1152718.cloudwaysapps.com/cxvqucrmbq/public_html/resources/views/admin/advertisement/index.blade.php ENDPATH**/ ?>