⚝
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 :
19cf64401a4b5435d936781a2eaef1ae.php
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Manage Award Type')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-breadcrumb'); ?> <?php echo e(__('Award Type')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-action'); ?> <div> <?php if (app('laratrust')->hasPermission('awardtype create')) : ?> <a class="btn btn-sm btn-primary" data-ajax-popup="true" data-size="md" data-title="<?php echo e(__('Create Award Type')); ?>" data-url="<?php echo e(route('awardtype.create')); ?>" data-toggle="tooltip" 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(__('Award Type')); ?></th> <?php if(Laratrust::hasPermission('awardtype edit') || Laratrust::hasPermission('awardtype delete')): ?> <th width="200px"><?php echo e(__('Action')); ?></th> <?php endif; ?> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $awardtypes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $awardtype): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($awardtype->name); ?></td> <?php if(Laratrust::hasPermission('awardtype edit') || Laratrust::hasPermission('awardtype delete')): ?> <td class="Action"> <span> <?php if (app('laratrust')->hasPermission('awardtype 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('awardtype.edit', $awardtype->id)); ?>" data-ajax-popup="true" data-size="md" data-bs-toggle="tooltip" title="" data-title="<?php echo e(__('Edit Award Type')); ?>" 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('awardtype delete')) : ?> <div class="action-btn"> <?php echo e(Form::open(array('route'=>array('awardtype.destroy', $awardtype->id),'class' => 'm-0'))); ?> <?php echo method_field('DELETE'); ?> <a class="mx-3 btn bg-danger 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($awardtype->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/awardtype/index.blade.php ENDPATH**/ ?>