⚝
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
/
crm.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
ed6edf6c438fa4529b9de8f2c21d4797b96d804f.php
<div class="modal fade" tabindex="-1" role="dialog" id="editModal"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title"><?php echo e(__('messages.ticket_priority.edit_ticket_priority')); ?></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('ticketPriorityId',null,['id'=>'ticketPriorityId'])); ?> <div class="row"> <div class="form-group col-sm-12"> <?php echo e(Form::label('name',__('messages.ticket_priority.name').':')); ?><span class="required">*</span> <?php echo e(Form::text('name', null, ['class' => 'form-control','required','id' => 'editName','autocomplete' => 'off','placeholder'=>__('messages.ticket_priority.name')])); ?> </div> <div class="form-group col-sm-12"> <?php echo e(Form::label('status',__('messages.common.status').':')); ?><br> <label class="custom-switch pl-0"> <input type="checkbox" name="status" value="1" class="custom-switch-input" id="editStatus"> <span class="custom-switch-indicator"></span> </label> </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/ticket_priorities/edit_modal.blade.php ENDPATH**/ ?>