⚝
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
/
erp.dev-unit.com
/
storage
/
framework
/
views
/
View File Name :
759a4bd2271a1bbf9005463328abe5a3.php
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Manage Deduction Option')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-breadcrumb'); ?> <?php echo e(__('Deduction Option')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-action'); ?> <div> <?php if (app('laratrust')->hasPermission('loanoption create')) : ?> <a class="btn btn-sm btn-primary" data-ajax-popup="true" data-size="md" data-title="<?php echo e(__('Create Deduction Option')); ?>" data-url="<?php echo e(route('deductionoption.create')); ?>" data-bs-toggle="tooltip" data-bs-original-title="<?php echo e(__('Create')); ?>"> <i class="ti ti-plus"></i> </a> <?php endif; // app('laratrust')->permission ?> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-sm-3"> <?php echo $__env->make('hrm::layouts.hrm_setup', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="col-sm-9"> <div class="card"> <div class="card-body table-border-style"> <div class="table-responsive"> <table class="table mb-0 " > <thead> <tr> <th><?php echo e(__('Deduction Option')); ?></th> <?php if(Laratrust::hasPermission('deductionoption edit') || Laratrust::hasPermission('deductionoption delete')): ?> <th width="200px"><?php echo e(__('Action')); ?></th> <?php endif; ?> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $deductionoptions; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $deductionoption): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($deductionoption->name); ?></td> <?php if(Laratrust::hasPermission('deductionoption edit') || Laratrust::hasPermission('deductionoption delete')): ?> <td class="Action"> <span> <?php if (app('laratrust')->hasPermission('deductionoption edit')) : ?> <div class="action-btn me-2"> <a class="mx-3 btn bg-info btn-sm align-items-center" data-url="<?php echo e(route('deductionoption.edit', $deductionoption->id)); ?>" data-ajax-popup="true" data-size="md" data-bs-toggle="tooltip" title="" data-title="<?php echo e(__('Edit Deduction Option')); ?>" 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 (app('laratrust')->hasPermission('deductionoption delete')) : ?> <div class="action-btn"> <?php echo e(Form::open(array('route'=>array('deductionoption.destroy', $deductionoption->id),'class' => 'm-0'))); ?> <?php echo method_field('DELETE'); ?> <a class="mx-3 bg-danger btn btn-sm 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($deductionoption->id); ?>"><i class="ti ti-trash text-white text-white"></i></a> <?php echo e(Form::close()); ?> </div> <?php endif; // app('laratrust')->permission ?> </span> </td> <?php endif; ?> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <?php echo $__env->make('layouts.nodatafound', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </tbody> </table> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/erp.dev-unit.com/packages/workdo/Hrm/src/Providers/../Resources/views/deductionoption/index.blade.php ENDPATH**/ ?>