⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.219
Server IP:
15.204.235.159
Server:
Linux srv.techlup.co.ke 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
tech
/
www
/
script
/
storage
/
framework
/
views
/
View File Name :
108d97a3c8de63e52c33936896d93b96328712eb.php
<?php $__env->startSection('style'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-body"> <h4 class="mb-20"><?php echo e(__('Edit Category')); ?></h4> <div class="row"> <div class="col-lg-12"> <div class="alert alert-danger none errorarea"> <ul id="errors"> </ul> </div> <form method="post" id="basicform" class="custom-form" action="<?php echo e(route('admin.category.update',$info->id)); ?>"> <?php echo csrf_field(); ?> <?php echo method_field('PUT'); ?> <div class="custom-form"> <div class="form-group"> <label for="name"><?php echo e(__('Category Name')); ?></label> <input type="text" name="name" id="name" class="form-control input-rounded" placeholder="Enter Category Name" required value="<?php echo e($info->name); ?>"> </div> <div class="form-group"> <label for="slug"><?php echo e(__('Slug')); ?></label> <input type="text" name="slug" class="form-control" id="slug" value="<?php echo e($info->slug); ?>"> </div> <div class="form-group"> <label for="p_id"><?php echo e(__('Parent Category')); ?></label> <select class="custom-select mr-sm-2" name="p_id" id="p_id"> <option value="">None</option> <?php echo ConfigCategory(0,$info->p_id) ?> </select> </div> <button class="btn col-12 mt-15"><?php echo e(__('Update')); ?></button> </div> </form> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('script'); ?> <script src="<?php echo e(asset('admin/js/form.js')); ?>"></script> <script> "use strict"; function success(res){ location.reload(); } function errosresponse(xhr){ $("#errors").html("<li class='text-danger'>"+xhr.responseJSON[0]+"</li>") } </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.backend.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/tech/staging.techlup.co.ke/files/script/resources/views/admin/category/edit.blade.php ENDPATH**/ ?>