Spamworldpro Mini Shell
Spamworldpro


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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/ledger.corals.io/storage/framework/views/2585c8f91ef7403c4a3766348a3d757184b95c86.php
<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**/ ?>

Spamworldpro Mini