@extends('layouts.app') @section('content') @section('style') @endsection
BWPSSI SECURITY AGENCY
(BLACKWATER PHILIPPINES SECURITY SOLUTIONS), INC.
GOMEZ0BURGOS STS., BARANGAY 7, POBLACION, CAGAYAN DE ORO CITY
PAYROLL SHEET
{{ $contract->branch_name . ', ' . $contract->branch_address }}
Employee's Name | Position | Day Shift | Night Shift | Days of Work | Basic Pay | Gross Pay | Deductions | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SSS CONT | PHIC CONT | HDMF CONT | {{--SSS LOAN | LICENSE | HANDBOOK | --}}CASH BOND | CASH ADVANCE | TOTAL | NET PAY | |||||||
{{ $record['personnel'] }} | SG | {{ $record['day_rate'] }} | {{ $record['night_rate'] }} | {{ $record['wd'] }} | {{ number_format($record['wd_amount'], 2) }} | {{ number_format($record['grosspay'], 2) }} | {{ number_format($record['sss'], 2) }} | {{ number_format($record['philhealth'], 2) }} | {{ number_format($record['pagibig'], 2) }} | {{--0.00 | 0.00 | 0.00 | --}}{{ number_format($record['cashbond'], 2) }} | {{ number_format($record['cashadvance'], 2) }} | {{ number_format($record['totaldeductions'], 2) }} | {{ number_format($record['netpay'], 2) }} |
{{ $payroll->sum(['day_rate']) }} | {{ $payroll->sum(['night_rate']) }} | {{ $payroll->sum(['wd']) }} | {{ number_format($payroll->sum(['wd_amount']), 2) }} | {{ number_format($payroll->sum(['wd_amount']), 2) }} | {{ number_format($payroll->sum(['sss']), 2) }} | {{ number_format($payroll->sum(['philhealth']), 2) }} | {{ number_format($payroll->sum(['pagibig']), 2) }} | {{ number_format($payroll->sum(['cashbond']), 2) }} | {{ number_format($payroll->sum(['cashadvance']), 2) }} | {{ number_format($payroll->sum(['totaldeductions']), 2) }} | {{ number_format($payroll->sum(['netpay']), 2) }} |