@extends('layouts.app') @section('style') @endsection @section('content')
Billings
@foreach ($billingPersonnels as $key=>$billingPersonnel) @endforeach
Work Days Over Time Total
WD Amount RD Amount SH Amount RH Amount DH Amount SH-RD Amount RH-RD Amount DH-RD Amount Total Days Total Amount WD Amount RD Amount SH Amount RH Amount DH Amount SH-RD Amount RH-RD Amount DH-RD Amount Total Hours Total Amount Agency Fee Employer Share W/H Tax VAT
Personnel Post ({{ number_format($rates['dailyRate'], 2)}}) ({{ number_format($rates['restDayRate'], 2)}}) ({{ number_format($rates['specialRate'], 2)}}) ({{ number_format($rates['regularRate'], 2)}}) ({{ number_format($rates['doubleRate'], 2)}}) ({{ number_format($rates['restDaySpecialRate'], 2)}}) ({{ number_format($rates['restDayRegularRate'], 2)}}) ({{ number_format($rates['restDayDoubleRate'], 2)}}) ({{ number_format($rates['dailyRateOt'], 2)}}) ({{ number_format($rates['restDayRateOt'], 2)}}) ({{ number_format($rates['specialRateOt'], 2)}}) ({{ number_format($rates['regularRateOt'], 2)}}) ({{ number_format($rates['doubleRateOt'], 2)}}) ({{ number_format($rates['restDaySpecialRateOt'], 2)}}) ({{ number_format($rates['restDayRegularRateOt'], 2)}}) ({{ number_format($rates['restDayDoubleRateOt'], 2)}})
{{ $billingPersonnel['personnel_id'] }} {{ $billingPersonnel['personnel'] }} {{ $billingPersonnel['post_id'] }} {{ $billingPersonnel['post'] }} {{ $billingPersonnel['wd_amount'] }} {{ $billingPersonnel['wd_rd'] }} {{ $billingPersonnel['sunday_amount'] }} {{ $billingPersonnel['wd_special'] }} {{ $billingPersonnel['special_amount'] }} {{ $billingPersonnel['wd_regular'] }} {{ $billingPersonnel['regular_amount'] }} {{ $billingPersonnel['wd_double'] }} {{ $billingPersonnel['double_amount'] }} {{ $billingPersonnel['wd_special_rd'] }} {{ $billingPersonnel['specialRd_amount'] }} {{ $billingPersonnel['wd_regular_rd'] }} {{ $billingPersonnel['regularRd_amount'] }} {{ $billingPersonnel['wd_double_rd'] }} {{ $billingPersonnel['doubleRd_amount'] }} {{ $billingPersonnel['wd_total'] }} {{ $billingPersonnel['total_wd_amount'] }} : {{ $billingPersonnel['otAmount'] }} {{ $billingPersonnel['sundayOtSeconds_time'] }} {{ $billingPersonnel['otAmountRd'] }} {{ $billingPersonnel['specialOtSeconds_time'] }} {{ $billingPersonnel['otAmountSpecial'] }} {{ $billingPersonnel['regularOtSeconds_time'] }} {{ $billingPersonnel['otAmountRegular'] }} {{ $billingPersonnel['doubleOtSeconds_time'] }} {{ $billingPersonnel['otAmountDouble'] }} {{ $billingPersonnel['specialOtSecondsRd_time'] }} {{ $billingPersonnel['otAmountSpecialRd'] }} {{ $billingPersonnel['regularOtSecondsRd_time'] }} {{ $billingPersonnel['otAmountRegularRd'] }} {{ $billingPersonnel['doubleOtSecondsRd_time'] }} {{ $billingPersonnel['otAmountDoubleRd'] }} {{ $billingPersonnel['total_ot_time'] }} {{ $billingPersonnel['total_ot_amount'] }} {{ $billingPersonnel['agency_fee'] }} {{ $billingPersonnel['employee_share'] }} {{ $billingPersonnel['withholding_tax'] }} {{ $billingPersonnel['vat'] }} ₱{{ $billingPersonnel['total_billable_amount'] }}
Total
@section('script') @endsection @endsection