⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
storage
/
framework
/
views
/
View File Name :
1ccfb4c4d4204d89eaaf2f09c59bc937.php
<?php echo e(Form::model(null, array('route' => array('features_update', $key), 'method' => 'POST','enctype' => "multipart/form-data"))); ?> <div class="modal-body"> <?php echo csrf_field(); ?> <div class="row"> <div class="col-md-12"> <div class="form-group"> <?php echo e(Form::label('Heading', __('Heading'), ['class' => 'form-label'])); ?> <?php echo e(Form::text('other_features_heading',$other_features['other_features_heading'], ['class' => 'form-control ', 'placeholder' => __('Enter Heading')])); ?> </div> </div> <div class="col-md-12"> <div class="form-group"> <?php echo e(Form::label('Description', __('Description'), ['class' => 'form-label'])); ?> <?php echo e(Form::textarea('other_featured_description', $other_features['other_featured_description'], ['class' => 'form-control summernote-simple', 'placeholder' => __('Enter Description')])); ?> </div> </div> <div class="col-md-12"> <div class="form-group"> <?php echo e(Form::label('Buy Now Link', __('Buy Now Link'), ['class' => 'form-label'])); ?> <?php echo e(Form::text('other_feature_buy_now_link', $other_features['other_feature_buy_now_link'], ['class' => 'form-control ', 'placeholder' => __('Enter Link')])); ?> </div> </div> <div class="col-md-12"> <div class="form-group"> <?php echo e(Form::label('Image', __('Image'), ['class' => 'form-label'])); ?> <input type="file" name="other_features_image" class="form-control"> </div> </div> </div> </div> <div class="modal-footer"> <input type="button" value="<?php echo e(__('Cancel')); ?>" class="btn btn-light" data-bs-dismiss="modal"> <input type="submit" value="<?php echo e(__('Update')); ?>" class="btn btn-primary"> </div> <?php echo e(Form::close()); ?> <?php /**PATH /var/www/crm/Modules/LandingPage/Resources/views/landingpage/features/features_edit.blade.php ENDPATH**/ ?>