![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/ledger.corals.io/storage/framework/views/ |
<table class="table table-condensed"> <tr> <td> Customer: <br/> <span class="header-value"><?php echo e($account->name); ?></span> </td> <td> <span class="fwl">From:</span> <span class="header-value"> <?php echo e(\Carbon\Carbon::parse(request('start_date',now()->startOfMonth()))->toDateString()); ?> </span> <br/> <span class="fwl">To:</span> <span class="header-value"> <?php echo e(Carbon\Carbon::parse(request('end_date',now()->endOfMonth()))->toDateString()); ?> </span> </td> <td class="totals"> Date Range Totals: <br/> <?php $__empty_1 = true; $__currentLoopData = \Ledger::getTotalAmountOfRecords($account->id); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $total): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <span class="d-inline-block header-value"><?php echo $total; ?></span> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <span class="header-value">-</span> <?php endif; ?> </td> <td class="totals"> Overall Totals: <br/> <?php $__empty_1 = true; $__currentLoopData = \Ledger::getTotalAmountOfRecords($account->id,true); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $total): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <span class="d-inline-block header-value"><?php echo $total; ?></span> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <span class="header-value">-</span> <?php endif; ?> </td> </tr> </table> <?php /**PATH /home/corals/ledger.corals.io/Corals/modules/Ledger/resources/views/partials/recordDetailsSummary.blade.php ENDPATH**/ ?>