| {{ __('Basic Salary') }} | {{ number_format($employee->basic_salary, 2) }} |
| {{ __('Housing Allowance') }} | {{ number_format($employee->housing_allowance, 2) }} |
| {{ __('Transport Allowance') }} | {{ number_format($employee->transport_allowance, 2) }} |
| {{ __('Other Allowance') }} | {{ number_format($employee->other_allowance, 2) }} |
| {{ __('Total Salary (Before GOSI)') }} | {{ $employee->total_salary }} |
| {{ __('Social Insurance Rate') }} | {{ number_format($employee->social_insurance_rate, 2) }}% |
| {{ __('Social Insurance Deduction') }} | - {{ number_format($employee->social_insurance_amount, 2) }} |
| {{ __('Total Salary (After GOSI)') }} | {{ number_format($employee->total_salary_after_gosi, 2) }} |