⚝
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 :
b70057a31baceccb77a772d050ce8f46.php
<?php $__env->startSection('page-title'); ?> <?php echo e(__('Manage Sources')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-action'); ?> <div class="row align-items-center m-1"> <?php if (app('laratrust')->hasPermission('source create')) : ?> <div class="col-auto pe-0"> <a 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 Source')); ?>" data-url="<?php echo e(route('sources.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(__('Sources')); ?> <?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-md-9"> <div class="card "> <div class=" card-body table-border-style"> <div class="table-responsive"> <table class="table mb-0 " id="sources"> <thead> <tr> <th><?php echo e(__('Source')); ?></th> <th width="250px"><?php echo e(__('Action')); ?></th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $sources; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $source): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td><?php echo e($source->name); ?></td> <td class="Active "> <span> <?php if (app('laratrust')->hasPermission('source edit')) : ?> <div class="action-btn me-2"> <a data-size="md" data-url="<?php echo e(URL::to('sources/'.$source->id.'/edit')); ?>" data-ajax-popup="true" data-title="<?php echo e(__('Edit Source')); ?>" 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('source delete')) : ?> <div class="action-btn"> <?php echo Form::open(['method' => 'DELETE', 'route' => ['sources.destroy', $source->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> </td> </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/Lead/src/Providers/../Resources/views/sources/index.blade.php ENDPATH**/ ?>