Path : /var/www/html/thb_loan_system/storage/framework/views/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/thb_loan_system/storage/framework/views/189b5874cab45a80836463456b8534ab8d33b070.php |
<?php $__env->startSection('title'); ?> <?php echo e(translate('audit_trail')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="panel panel-white"> <div class="panel-heading"> <h6 class="panel-title"> <?php echo e(translate('audit_trail')); ?> </h6> <div class="heading-elements"> </div> </div> <div class="panel-body"> <div class="table-responsive"> <table id="data-table" class="table table-striped table-condensed table-hover"> <thead> <tr> <th> <?php echo e(translate('user')); ?></th> <th> <?php echo e(translate('note')); ?></th> <th> <?php echo e(translate('date')); ?></th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $data; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <tr> <td> <?php echo e($key->user); ?> </td> <td><?php echo e($key->notes); ?></td> <td><?php echo e($key->created_at); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr class="odd text-center"> <td colspan="3" class="dataTables_empty"><?php echo e(translate('zeroRecords')); ?></td> </tr> <?php endif; ?> </tbody> </table> <?php echo e($data->withQueryString()->links()); ?> </div> </div> <!-- /.panel-body --> </div> <!-- /.box --> <?php $__env->stopSection(); ?> <?php $__env->startSection('footer-scripts'); ?> <script> </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/thb_loan_system/resources/views/audit_trail/data.blade.php ENDPATH**/ ?>