Employee ID |
{{$employee_id}} |
|
Employee Name |
{{$name}} |
|
Designation |
{{$designation}} |
Paid Days: {{$paid_days}} |
Date of Joining |
{{$formattedDate}} |
|
Salary Type |
{{$salary_type == 0 ? 'Fixed' : 'Hourly' }} |
{{-- @if($salary_type != 0) --}}
@if($salary_type != 0)Paid Hours: {{ $paid_hours }}@endif |
{{-- @endif --}}
Pay Period |
{{ $pay_period == 0 ? 'Weekly' : ($pay_period == 1 ? 'Fortnightly' : 'Monthly') }} |
|
Tax ID-TIN |
{{$taxId}}-{{$tin}} |
|
Provident Fund |
{{$provident_fund}} |
|
|
Earnings |
Rate/Hours worked |
Amount |
Base |
|
${{$base_rate}} |
@if($salary_type != 0)
Time and Half |
|
${{$overtime_unit_rate}} |
@endif
@if($salary_type != 0)
Double Time |
|
${{$double_time}} |
@endif
Allowances |
|
${{ $allowance }} |
Bonuses |
|
${{$bonus}} |
Commission |
|
${{$commission}} |
Gross Earnings |
|
${{$gross_earnings}} |
|
Deductions |
Amount |
|
Provident Fund |
${{$pf}} |
|
Tax |
${{$tax}} |
|
Loan |
${{$loan}} |
|
Others |
${{$others_deduction}} |
|
Total Deductions |
${{ $overall_deduction }} |
|
|
Total Net Paid |
|
${{ $netSalary }} |
Bank({{$bank_account_no}}) |
{{ $bank_percentage }} |
${{ $bank }} |
Mpaisa |
{{ $mpaisa_percentage }} |
{{-- ${{$mpaisa}}
| --}}
$ {{ $mpaisa }} |
MyCash |
{{ $mycash_percentage }} |
{{-- ${{$mycash}}
| --}}
${{ $mycash }} |
|
|
${{ $netSalary }} |
|