⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.139
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
crm.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
a11b58a9974cf2cf1af3433e01f3d696af1c2f39.php
<div id="editProductGroupModal" tabindex="-1" class="modal fade" role="dialog" style="z-index: 9999"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title"><?php echo e(__('messages.product_group.add_new_product_group')); ?></h5> <button type="button" aria-label="Close" class="close" data-dismiss="modal">×</button> </div> <?php echo e(Form::open(['id' => 'editProductGroupForm'])); ?> <div class="modal-body"> <div class="alert alert-danger d-none" id="validationErrorsBox"></div> <div class="row"> <div class="form-group col-sm-12"> <?php echo e(Form::label('name', __('messages.common.name').':')); ?><span class="required">*</span> <?php echo e(Form::text('name', null, ['class' => 'form-control', 'required','autocomplete' => 'off','placeholder'=>__('messages.common.name')])); ?> </div> </div> <div class="text-right"> <?php echo e(Form::button(__('messages.common.save'), ['type' => 'submit', 'class' => 'btn btn-primary', 'id' => 'btnSave','data-loading-text' => "<span class='spinner-border spinner-border-sm'></span> Processing..."])); ?> <button type="button" id="btnCancel" class="btn btn-light ml-1" data-dismiss="modal"><?php echo e(__('messages.common.cancel')); ?></button> </div> </div> <?php echo e(Form::close()); ?> </div> </div> </div> <?php /**PATH /home/id/crm.dev-unit.com/resources/views/products/edit_product_group_modal.blade.php ENDPATH**/ ?>