⚝
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
/
erp.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
c42807c083bd940b911e0b3efceb229c.php
<?php if($employees->is_disable == 1): ?> <span> <?php if(!empty($employees->employee_id)): ?> <?php if (app('laratrust')->hasPermission('employee show')) : ?> <div class="action-btn me-2"> <a href="<?php echo e(route('employee.show', \Illuminate\Support\Facades\Crypt::encrypt($employees->id))); ?>" class="mx-3 btn btn-sm bg-warning align-items-center" data-bs-toggle="tooltip" title="" data-bs-original-title="<?php echo e(__('View')); ?>"> <i class="ti ti-eye text-white"></i> </a> </div> <?php endif; // app('laratrust')->permission ?> <?php endif; ?> <?php if (app('laratrust')->hasPermission('employee edit')) : ?> <div class="action-btn me-2"> <a href="<?php echo e(route('employee.edit', \Illuminate\Support\Facades\Crypt::encrypt($employees->ID))); ?>" class="mx-3 btn btn-sm bg-info align-items-center" data-bs-toggle="tooltip" title="" data-bs-original-title="<?php echo e(__('Edit')); ?>"> <i class="ti ti-pencil text-white"></i> </a> </div> <?php endif; // app('laratrust')->permission ?> <?php if(!empty($employees->employee_id)): ?> <?php if (app('laratrust')->hasPermission('employee delete')) : ?> <div class="action-btn"> <?php echo e(Form::open(['route' => ['employee.destroy', $employees->id], 'class' => 'm-0'])); ?> <?php echo method_field('DELETE'); ?> <a class="mx-3 btn btn-sm bg-danger align-items-center bs-pass-para show_confirm" data-bs-toggle="tooltip" title="<?php echo e(__('Delete')); ?>" data-bs-original-title="Delete" aria-label="Delete" data-confirm="<?php echo e(__('Are You Sure?')); ?>" data-text="<?php echo e(__('This action can not be undone. Do you want to continue?')); ?>" data-confirm-yes="delete-form-<?php echo e($employees->id); ?>"><i class="ti ti-trash text-white text-white"></i></a> <?php echo e(Form::close()); ?> </div> <?php endif; // app('laratrust')->permission ?> <?php endif; ?> </span> <?php else: ?> <div class="action-btn"> <a href="#" class="btn btn-sm d-inline-flex align-items-center bg-dark" data-title="<?php echo e(__('User Is Disable')); ?>" data-bs-toggle="tooltip" data-bs-original-title="<?php echo e(__('User Is Disable')); ?>"><span class="text-white"><i class="ti ti-lock"></i></span></a> </div> <?php endif; ?> <?php /**PATH /home/id/erp.dev-unit.com/packages/workdo/Hrm/src/Providers/../Resources/views/employee/button.blade.php ENDPATH**/ ?>