⚝
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 :
3498eb42b02e0a57413ffa979fd29eb9d98a9f8f.php
<?php if(!empty($process->language) && $process->language->rtl == 1): ?> <?php $__env->startSection('styles'); ?> <style> form input, form textarea, form select { direction: rtl; } .nicEdit-main { 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(__('Work Process')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('admin.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(__('Home Page')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Work Process')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form action="<?php echo e(route('admin.process.update')); ?>" method="post" enctype="multipart/form-data"> <div class="card-header"> <div class="card-title d-inline-block"><?php echo e(__('Edit Process')); ?></div> <a class="btn btn-info btn-sm float-right d-inline-block" href="<?php echo e(route('admin.process.index') . '?language=' . request()->input('language')); ?>"> <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"> <?php echo csrf_field(); ?> <input type="hidden" name="process_id" value="<?php echo e($process->id); ?>"> <div class="row"> <div class="col-lg-12"> <div class="form-group"> <div class="mb-2"> <label for="image"><strong> <?php echo e(__('Process Image')); ?></strong></label> </div> <div class="showImage mb-3"> <img src="<?php echo e(!empty($process->image) ? asset('assets/front/img/process/' . $process->image) : asset('assets/admin/img/noimage.jpg')); ?>" alt="..." class="img-thumbnail"> </div> <input type="file" name="image" class="form-control image"> <p id="errimage" class="mb-0 text-danger em"></p> <div class="progress mt-3 d-none"> <div class="progress-bar" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div> <small class="show-name mt-1"><?php echo e(__('Upload only ZIP Files, Max File Size is 5 MB')); ?></small> <p class="text-danger mb-2 file-error d-none"></p> </div> </div> </div> </div> <div class="form-group"> <label for=""><?php echo e(__('Title')); ?> **</label> <input class="form-control" name="title" placeholder="Enter title" value="<?php echo e($process->title); ?>"> <?php if($errors->has('title')): ?> <p class="mb-0 text-danger"><?php echo e($errors->first('title')); ?></p> <?php endif; ?> </div> <div class="form-group"> <label for=""><?php echo e(__('Subtitle')); ?> **</label> <input class="form-control" name="subtitle" placeholder="Enter subtitle" value="<?php echo e($process->subtitle); ?>"> <?php if($errors->has('subtitle')): ?> <p class="mb-0 text-danger"><?php echo e($errors->first('subtitle')); ?></p> <?php endif; ?> </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($process->serial_number); ?>" placeholder="<?php echo e(__('Enter Serial Number')); ?>"> <?php if($errors->has('serial_number')): ?> <p class="mb-0 text-danger"><?php echo e($errors->first('serial_number')); ?></p> <?php endif; ?> <p class="text-warning"> <small><?php echo e(__('The higher the serial number is, the later the process will be shown.')); ?></small> </p> </div> </div> </div> </div> <div class="card-footer pt-3"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-12 text-center"> <button type="submit" class="btn btn-success"><?php echo e(__('Update')); ?></button> </div> </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/home/process/edit.blade.php ENDPATH**/ ?>