/
home
/
sjslayjy
/
public_html
/
devlok
/
storage
/
framework
/
views
/
Upload File
HOME
<table id="dynamic-table" class="table table-striped table-bordered table-hover"> <thead> <tr> <th>S.No</th> <th>Master Rake</th> <th>Performed Action(s)</th> <th>Performed By</th> <th>Date</th> </tr> </thead> <tbody> <?php $__currentLoopData = $history; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $log): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($index + 1); ?></td> <td><?php echo e($log->master_rake_name); ?></td> <td><?php echo e($log->message); ?></td> <td><?php echo e($log->performed_by); ?></td> <td><?php echo e($log->date); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> <?php /**PATH /home/sjslayjy/public_html/devlok/resources/views/dashboard/master/view-history.blade.php ENDPATH**/ ?>