⚝
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 :
8e682c915f8c1cd881184ddc88ba189b.php
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Manage Labels')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-action'); ?> <div class="row align-items-center m-1"> <?php if (app('laratrust')->hasPermission('labels create')) : ?> <div class="col-auto pe-0"> <a class="btn btn-sm btn-primary btn-icon m-1" data-bs-toggle="tooltip" data-bs-placement="top" title="<?php echo e(__('Create')); ?>" data-ajax-popup="true" data-size="md" data-title="<?php echo e(__('Create Label')); ?>" data-url="<?php echo e(route('labels.create')); ?>"><i class="ti ti-plus text-white"></i></a> </div> <?php endif; // app('laratrust')->permission ?> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-breadcrumb'); ?> <?php echo e(__('Setup')); ?>, <?php echo e(__('Labels')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-sm-3"> <?php echo $__env->make('lead::layouts.system_setup', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="col-lg-9"> <?php if($pipelines): ?> <ul class="nav nav-pills mb-3" id="pills-tab" role="tablist"> <?php ($i=0); ?> <?php $__currentLoopData = $pipelines; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $pipeline): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="nav-item"> <a class="nav-link <?php if($i==0): ?> active <?php endif; ?>" id="pills-home-tab" data-bs-toggle="pill" href="#tab<?php echo e($key); ?>" role="tab" aria-controls="pills-home" aria-selected="true"><?php echo e($pipeline['name']); ?></a> </li> <?php ($i++); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php endif; ?> <?php if($pipelines): ?> <div class="card"> <div class="card-body"> <div class="tab-content tab-bordered"> <?php ($i=0); ?> <?php $__currentLoopData = $pipelines; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $pipeline): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="tab-pane fade show <?php if($i==0): ?> active <?php endif; ?>" id="tab<?php echo e($key); ?>" role="tabpanel"> <ul class="list-group sortable"> <?php $__currentLoopData = $pipeline['labels']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $label): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="list-group-item border" data-id="<?php echo e($label->id); ?>"> <div class="badge p-2 px-3 bg-<?php echo e($label->color); ?>"><?php echo e($label->name); ?></div> <span class="float-end"> <?php if (app('laratrust')->hasPermission('labels edit')) : ?> <div class="action-btn me-2"> <a data-size="md" data-url="<?php echo e(URL::to('labels/'.$label->id.'/edit')); ?>" data-ajax-popup="true" data-title="<?php echo e(__('Edit Labels')); ?>" class="mx-3 btn btn-sm align-items-center bg-info" data-bs-toggle="tooltip" data-bs-placement="top" 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('labels delete')) : ?> <div class="action-btn"> <?php echo Form::open(['method' => 'DELETE', 'route' => ['labels.destroy', $label->id]]); ?> <a href="#!" class="mx-3 btn btn-sm align-items-center show_confirm bg-danger" data-bs-toggle="tooltip" data-bs-placement="top" title="<?php echo e(__('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?')); ?>"> <span class="text-white"> <i class="ti ti-trash"></i></span></a> <?php echo Form::close(); ?> </div> <?php endif; ?> </span> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> <?php ($i++); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <?php endif; ?> </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/Lead/src/Providers/../Resources/views/labels/index.blade.php ENDPATH**/ ?>