⚝
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 :
9fe3804a910f14ed771ee9f1fc5792ccd479daf9.php
<?php if(Session::has('admin_lang')): ?> <?php $admin_lang = Session::get('admin_lang'); $cd = str_replace('admin_', '', $admin_lang); $default = \App\Models\Language::where('code', $cd)->first(); ?> <?php else: ?> <?php $default = \App\Models\Language::where('is_default', 1)->first(); ?> <?php endif; ?> <?php if(!empty($feature->language) && $feature->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(__('Features')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('admin.dashboard') . '?language=' . $default->code); ?>"> <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(__('Features')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form action="<?php echo e(route('admin.feature.update')); ?>" method="post"> <div class="card-header"> <div class="card-title d-inline-block"><?php echo e(__('Edit')); ?> <?php echo e(__('Features')); ?></div> <a class="btn btn-info btn-sm float-right d-inline-block" href="<?php echo e(route('admin.feature.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="feature_id" value="<?php echo e($feature->id); ?>"> <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($feature->icon); ?>"></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 id="inputIcon" type="hidden" name="icon" value="<?php echo e($feature->icon); ?>"> <?php if($errors->has('icon')): ?> <p class="mb-0 text-danger"><?php echo e($errors->first('icon')); ?></p> <?php endif; ?> <div class="mt-2"> <small><?php echo e(__('NB: click on the dropdown sign to select a icon')); ?>.</small> </div> </div> <div class="form-group"> <label for=""><?php echo e(__('Title')); ?> **</label> <input class="form-control" name="title" placeholder="<?php echo e(__('Enter title')); ?>" value="<?php echo e($feature->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(__('Text')); ?> **</label> <input class="form-control" name="text" placeholder="<?php echo e(__('Enter text')); ?>" value="<?php echo e($feature->text); ?>"> <?php if($errors->has('text')): ?> <p class="mb-0 text-danger"><?php echo e($errors->first('text')); ?></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($feature->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 feature 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/id/public_html/resources/views/admin/home/feature/edit.blade.php ENDPATH**/ ?>