⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.220
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 :
9fa5dff1d163ac8fe8cc5d1fed10f809e1ff49c0.php
<div class="modal fade" tabindex="-1" role="dialog" id="editModal"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title"><?php echo e(__('messages.products.edit_product')); ?></h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <?php echo e(Form::open(['id' => 'editForm'])); ?> <div class="modal-body"> <div class="alert alert-danger d-none" id="editValidationErrorsBox"></div> <?php echo e(Form::hidden('product_id', null, ['id'=>'productId'])); ?> <div class="row"> <div class="form-group col-sm-12"> <?php echo e(Form::label('title', __('messages.products.title').':')); ?><span class="required">*</span> <?php echo e(Form::text('title', null, ['class' => 'form-control', 'required', 'id' => 'editTitle','autocomplete' => 'off','placeholder'=> __('messages.products.title')])); ?> </div> <div class="form-group col-sm-12 mb-0"> <?php echo e(Form::label('description', __('messages.common.description').':')); ?> <?php echo e(Form::textarea('description', null, ['class' => 'form-control textarea-sizing', 'id' => 'editProductDescription'])); ?> </div> <div class="form-group col-sm-12 col-lg-6 col-md-12"> <?php echo e(Form::label('rate ', __('messages.products.rate').':')); ?><span class="required">*</span> <div class="input-group"> <div class="input-group-prepend"> <div class="input-group-text"> <i class="<?php echo e(getCurrencyClass()); ?>"></i> </div> </div> <?php echo e(Form::text('rate', null, ['class' => 'form-control price-input', 'required', 'id' => 'editRate','autocomplete' => 'off','placeholder'=>__('messages.products.rate')])); ?> </div> </div> <div class="form-group col-sm-12 col-lg-6 col-md-12"> <?php echo e(Form::label('product_group ', __('messages.products.product_group').':')); ?><span class="required">*</span> <div class="input-group"> <?php echo e(Form::select('item_group_id', $data['itemGroups'], null, ['class' => 'form-control', 'required', 'id' => 'editProductGroup','placeholder' => __('messages.placeholder.select_product_group')])); ?> <div class="input-group-append plus-icon-height"> <div class="input-group-text"> <a href="#" data-toggle="modal" data-target="#editProductGroupModal"><i class="fa fa-plus"></i></a> </div> </div> </div> </div> <div class="form-group col-sm-12 col-lg-6 col-md-12"> <?php echo e(Form::label('tax_1 ', __('messages.products.tax').' 1:')); ?> <?php echo e(Form::select('tax_1_id', $data['taxes'], null, ['class' => 'form-control', 'id' => 'editTaxSelectOne','placeholder' => __('messages.placeholder.select_tax1')])); ?> </div> <div class="form-group col-sm-12 col-lg-6 col-md-12"> <?php echo e(Form::label('tax_2 ', __('messages.products.tax').' 2:')); ?> <?php echo e(Form::select('tax_2_id', $data['taxes'], null, ['class' => 'form-control', 'id' => 'editTaxSelectTwo','placeholder' => __('messages.placeholder.select_tax2')])); ?> </div> </div> <div class="text-right"> <?php echo e(Form::button(__('messages.common.save'), ['type' => 'submit', 'class' => 'btn btn-primary', 'id' => 'btnEditSave','data-loading-text' => "<span class='spinner-border spinner-border-sm'></span> Processing..."])); ?> <button type="button" id="btnEditCancel" 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_modal.blade.php ENDPATH**/ ?>