⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
storage
/
framework
/
views
/
View File Name :
6c7e7433af356d7c3ca2063164de0130.php
<div class="modal-body"> <div class="row"> <?php $__currentLoopData = $leaves; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $leave): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col text-center"> <div class="card p-4 mb-4"> <h7 class="report-text gray-text mb-0"><?php echo e($leave->title); ?> :</h7> <h6 class="report-text mb-0"><?php echo e($leave->total); ?></h6> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <div class="row mt-2"> <div class="table-responsive"> <table class="table datatable"> <thead> <tr> <th><?php echo e(__('Leave Type')); ?></th> <th><?php echo e(__('Leave Date')); ?></th> <th><?php echo e(__('Leave Days')); ?></th> <th><?php echo e(__('Leave Reason')); ?></th> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $leaveData; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $leave): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <?php $startDate = new \DateTime($leave->start_date); $endDate = new \DateTime($leave->end_date); $total_leave_days = $startDate->diff($endDate)->days; ?> <tr> <td><?php echo e(!empty($leave->leaveType)?$leave->leaveType->title:''); ?></td> <td><?php echo e($leave->start_date.' to '.$leave->end_date); ?></td> <td><?php echo e($total_leave_days); ?></td> <td><?php echo e($leave->leave_reason); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="4" class="text-center"><?php echo e(__('No Data Found.!')); ?></td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> <?php /**PATH /var/www/crm/resources/views/report/leaveShow.blade.php ENDPATH**/ ?>