@extends('layouts.app') @section('content') @section('style') @endsection
{{ $ppinfo->start_date }} to {{ $ppinfo->end_date }}
{{ $post->branch_name }}
Export
@foreach ($payroll as $record) @endforeach
Employee's Name Position Day Shift Night Shift Days of Work Basic Pay Gross Pay Deductions
SSS CONT PHIC CONT HDMF CONT UNIFORM LICENSE Insurance LOAN CASH BOND CASH ADVANCE OTHER DEDUCTION 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) }} {{ number_format($record['uniform_deduction'], 2) }} {{ number_format($record['license'], 2) }} {{ number_format($record['insurance'], 2) }} {{ number_format($record['loan'], 2) }} {{ number_format($record['cashbond'], 2) }} {{ number_format($record['cashadvance'], 2) }} {{ number_format($record['adjustment_deduction'], 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(['grosspay']), 2) }} {{ number_format($payroll->sum(['sss']), 2) }} {{ number_format($payroll->sum(['philhealth']), 2) }} {{ number_format($payroll->sum(['pagibig']), 2) }} {{ number_format($payroll->sum(['uniform']), 2) }} {{ number_format($payroll->sum(['license']), 2) }} {{ number_format($payroll->sum(['insurance']), 2) }} {{ number_format($payroll->sum(['loan']), 2) }} {{ number_format($payroll->sum(['cashbond']), 2) }} {{ number_format($payroll->sum(['cashadvance']), 2) }} {{ number_format($payroll->sum(['adjustment_deduction']), 2) }} {{ number_format($payroll->sum(['totaldeductions']), 2) }} {{ number_format($payroll->sum(['netpay']), 2) }}
@section('print')

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 }}

{{-- --}} @foreach ($payroll as $record) {{-- --}} @endforeach
Employee's Name Position Day Shift Night Shift Days of Work Basic Pay Gross Pay Deductions
SSS CONT PHIC CONT HDMF CONTSSS LOAN LICENSE HANDBOOKCASH 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) }}
@endsection @section('script') @endsection @endsection