One Hat Cyber Team
Your IP :
18.117.158.71
Server IP :
104.21.32.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
app.gftag.com
/
storage
/
framework
/
views
/
View File Name :
8cd11f50751306ebbbcd6c9c2927e29e.php
<table id="example" class="display table table-striped table-bordered" cellspacing="0" width="100%"> <thead> <tr> <th>PO Number</th> <th>Date</th> <th>Supplier</th> <th>Status</th> <th>Total Amount</th> <th>Expense Recorded</th> <th>Action</th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $filter_purchase_orders; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $po): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <?php $pono = $po->po_prefix .'/'. date('Y', strtotime($po->created_at)) .'/'. $po->po_id; ?> <tr> <td><?php echo e($pono); ?></td> <td><?php echo e($po->po_date); ?></td> <td><?php echo e($po->supplier->name); ?></td> <td><?php echo e($po->status); ?></td> <td><?php echo e(number_format($po->amount, 2)); ?></td> <td><?php echo e($po->expense); ?></td> <td> <a href="<?php echo e(route('edit-purchaseorder', [$po->id])); ?>" class="edit" title="Edit"> <i class="fa fa-pencil-square-o fa-lg" aria-hidden="true"></i> </a> <a target="_blank" href="<?php echo e(route('print-purchaseorder', [$po->id])); ?>" class="edit" title="print"> <i class="fa fa-print fa-lg" aria-hidden="true"></i> </a> <a href="<?php echo e(route('create-expense')); ?>?source=purchase&id=<?php echo e($po->id); ?>" class="expense" title="Income"> <i class="fa fa-inr fa-lg" aria-hidden="true"></i> </a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td class="text-center" colspan=7>No Matching Records Found</td> </tr> <?php endif; ?> </tbody> </table> <div id="pagination-links"> <?php echo e($filter_purchase_orders->links('pagination::bootstrap-5')); ?> </div><?php /**PATH /home/forge/app.gftag.com/resources/views/purchaseorder/partials/filtered-table-body-data.blade.php ENDPATH**/ ?>