⚝
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 :
812c8940b25eb8c8cfd0f8e8fce178a4.php
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Manage Pipelines')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-action'); ?> <div class="row align-items-center m-1"> <div class="col-auto pe-0"> <?php if (app('laratrust')->hasPermission('pipeline create')) : ?> <a data-size="md" class="btn btn-sm btn-primary btn-icon" 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 Pipeline')); ?>" data-url="<?php echo e(route('pipelines.create')); ?>"><i class="ti ti-plus text-white"></i></a> <?php endif; // app('laratrust')->permission ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-breadcrumb'); ?> <?php echo e(__('Setup')); ?>, <?php echo e(__('Pipelines')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-lg-3 col-12"> <?php echo $__env->make('lead::layouts.system_setup', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="col-xl-9"> <div class="card"> <div class="card-body table-border-style"> <div class="table-responsive"> <table class="table " id="pipeline"> <thead> <tr> <th><?php echo e(__('Pipeline')); ?></th> <th width="250px"><?php echo e(__('Action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $pipelines; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pipeline): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($pipeline->name); ?></td> <td class="Action"> <span> <?php if (app('laratrust')->hasPermission('pipeline edit')) : ?> <div class="action-btn me-2 mt-1"> <a data-size="md" data-url="<?php echo e(URL::to('pipelines/'.$pipeline->id.'/edit')); ?>" data-ajax-popup="true" data-title="<?php echo e(__('Edit Pipeline')); ?>" 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(count($pipelines) > 1): ?> <?php if (app('laratrust')->hasPermission('pipeline delete')) : ?> <div class="action-btn"> <?php echo Form::open(['method' => 'DELETE', 'route' => ['pipelines.destroy', $pipeline->id]]); ?> <a href="#!" class="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; // app('laratrust')->permission ?> <?php endif; ?> </span> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </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/Lead/src/Providers/../Resources/views/pipelines/index.blade.php ENDPATH**/ ?>