⚝
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 :
a2364e266f256dcf1203d65d03c9d1d71a91a609.php
<?php if(!empty($counterInformation->language) && $counterInformation->language->rtl == 1): ?> <?php $__env->startSection('styles'); ?> <style> form input, form textarea, form select { direction: rtl; } 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(__('Edit Counter 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(__('Counter Information Page')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Edit Counter Information')); ?> </a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <div class="card-title d-inline-block"> <?php echo e(__('Edit Counter Information')); ?></div> <a class="btn btn-info btn-sm float-right d-inline-block" href="<?php echo e(route('user.counter-information.index') . '?language=' . $counterInformation->language->code); ?>"> <span class="btn-label"> <i class="fas fa-backward"></i> </span> <?php echo e(__('Back')); ?> </a> </div> <div class="card-body pt-5 pb-5"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <form id="ajaxForm" class="" action="<?php echo e(route('user.counter-information.update')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <input type="hidden" name="counter_information_id" value="<?php echo e($counterInformation->id); ?>"> <div class="form-group"> <label for=""><?php echo e(__('Title')); ?> **</label> <input type="text" class="form-control" name="title" value="<?php echo e($counterInformation->title); ?>" placeholder="<?php echo e(__('Enter title')); ?>"> <p id="errtitle" class="mb-0 text-danger em"></p> </div> <?php if( $userBs->theme != 'home_four' && $userBs->theme != 'home_five' && $userBs->theme != 'home_ten' && $userBs->theme != 'home_twelve'): ?> <div class="form-group"> <label for=""><?php echo e(__('Icon') . '*'); ?></label> <div class="btn-group d-block"> <button type="button" class="btn btn-primary iconpicker-component"><i class="<?php echo e($counterInformation->icon ?? 'fa fa-fw fa-heart'); ?>"></i></button> <button type="button" class="icp icp-dd btn btn-primary dropdown-toggle" data-selected="fa-car" data-toggle="dropdown"></button> <div class="dropdown-menu"></div> </div> <input type="hidden" id="inputIcon" name="icon"> <p id="editErr_icon" class="mt-1 mb-0 text-danger em"></p> <div class="text-warning mt-2"> <small><?php echo e(__('Click on the dropdown icon to select a icon.')); ?></small> </div> </div> <?php else: ?> <?php endif; ?> <div class="form-group"> <label for="count"><?php echo e(__('Count')); ?>**</label> <input id="count" type="number" class="form-control ltr" name="count" value="<?php echo e($counterInformation->count); ?>" placeholder="<?php echo e(__('Enter achievement count')); ?>"> <p id="errcount" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Serial Number') . '*'); ?> **</label> <input type="number" class="form-control ltr" name="serial_number" value="<?php echo e($counterInformation->serial_number); ?>" placeholder="<?php echo e(__('Enter Serial Number')); ?>"> <p id="errserial_number" class="mb-0 text-danger em"></p> <p class="text-warning"> <small><?php echo e(__('The higher the serial number is, the later the Achievement will be shown.')); ?></small> </p> </div> </form> </div> </div> </div> <div class="card-footer"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-12 text-center"> <button type="submit" id="submitBtn" class="btn btn-success"><?php echo e(__('Update')); ?></button> </div> </div> </div> </div> </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/1152718.cloudwaysapps.com/cxvqucrmbq/public_html/resources/views/user/counter-information/edit.blade.php ENDPATH**/ ?>