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 :
7435300718983617cec0729d513b7c89a948c087.php
<?php $selLang = \App\Models\User\Language::where([ ['code', request()->input('language')], ['user_id',\Illuminate\Support\Facades\Auth::guard('web')->user()->id] ])->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='userLanguage'] { 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(__('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(__('Basic Settings')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Settings')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form action="<?php echo e(route('user.advertisement.update_settings', ['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(__('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(__('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(__('Click here')); ?></a> <?php echo e(__('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(__('Update')); ?> </button> </div> </div> </div> </form> </div> </div> </div> <?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/advertisement/settings.blade.php ENDPATH**/ ?>