⚝
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 :
a26da81c86e613c2eedc2aba541db974.php
<?php echo e(Form::open(array('url'=>'overtime','method'=>'post'))); ?> <div class="modal-body"> <?php echo e(Form::hidden('employee_id',$employee->id, array())); ?> <div class="row"> <div class="form-group col-md-6"> <?php echo e(Form::label('title', __('Overtime Title'),['class'=>'form-label'])); ?><span class="text-danger">*</span> <?php echo e(Form::text('title',null, array('class' => 'form-control ','required'=>'required'))); ?> </div> <div class="form-group col-md-6"> <?php echo e(Form::label('number_of_days', __('Number of days'),['class'=>'form-label'])); ?> <?php echo e(Form::number('number_of_days',null, array('class' => 'form-control ','required'=>'required','step'=>'0.01'))); ?> </div> <div class="form-group col-md-6"> <?php echo e(Form::label('hours', __('Hours'),['class'=>'form-label'])); ?> <?php echo e(Form::number('hours',null, array('class' => 'form-control ','required'=>'required','step'=>'0.01'))); ?> </div> <div class="form-group col-md-6"> <?php echo e(Form::label('rate', __('Rate'),['class'=>'form-label'])); ?> <?php echo e(Form::number('rate',null, array('class' => 'form-control ','required'=>'required','step'=>'0.01'))); ?> </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(__('Create')); ?>" class="btn btn-primary"> </div> <?php echo e(Form::close()); ?> <?php /**PATH /var/www/html/resources/views/overtime/create.blade.php ENDPATH**/ ?>