Payroll Invoice

Hello {{ $payroll->employee->name }},

@php $date = \Carbon\Carbon::createFromFormat('Y-m-d', $payroll->due_date)->subMonthNoOverflow(); $month = $date->format('F'); $year = $date->year; @endphp

Here is the payroll details for {{$month . ' of ' . $year}}:

Summary

Description Amount
Base Salary {{ $payroll->currency . ' ' . $payroll->base}}
Performance Multiplier {{$payroll->performance_multiplier * 100 . '%'}}
Total Additions {{ $payroll->currency . ' ' . $payroll->total_additions}}
Total Deductions {{ $payroll->currency . ' ' . $payroll->total_deductions}}
Calculation Method: (Base Salary * Performance Multiplier) + Total Additions - Total Deductions
Total: {{ $payroll->currency . ' ' . $payroll->total_payable }}


If you have any questions or concerns, please feel free to submit a payment request from your account.


Thank you!