⚝
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
/
erp.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
204b89acc5d314a64c0d9ad6b7d81753.php
<?php echo e(Form::open(array('route'=>array('productslogtime.store'),'method'=>'post'))); ?> <div class="modal-body"> <div class="text-end"> <?php if(module_is_active('AIAssistant')): ?> <?php echo $__env->make('aiassistant::ai.generate_ai_btn',['template_module' => 'parts_logtime','module'=>'CMMS'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> <input type="hidden" name="product_id" value="<?php echo e($product_id); ?>"> <div class="row"> <div class="col-md-12 form-group"> <?php echo e(Form::label('date',__('Date'),['class'=>'form-label'])); ?> <?php echo e(Form::date('date',null,array('class'=>'form-control','placeholder'=>__('Enter Date'),'required'=>'required'))); ?> </div> <div class="col-md-12 form-group"> <?php echo e(Form::label('description',__('Description'),['class'=>'form-label'])); ?> <?php echo e(Form::textarea('description',null,array('class'=>'form-control','placeholder'=>__('Enter Description'),'required'=>'required' , 'rows' => '3'))); ?> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-light" data-bs-dismiss="modal"><?php echo e(__('Cancel')); ?></button> <?php echo e(Form::submit(__('Create'),array('class'=>'btn btn-primary'))); ?> </div> <?php echo e(Form::close()); ?> <?php /**PATH /home/id/erp.dev-unit.com/packages/workdo/ProductService/src/Providers/../Resources/views/productslogtime_create.blade.php ENDPATH**/ ?>