| {{ __('Basic Salary') }} | {{ $employee->basic_salary }} |
|---|---|
| {{ __('Housing Allowance') }} | {{ $employee->housing_allowance }} |
| {{ __('Transport Allowance') }} | {{ $employee->transport_allowance }} |
| {{ __('Other Allowance') }} | {{ $employee->other_allowance }} |
| {{ __('Total') }} | {{ $employee->basic_salary + $employee->housing_allowance + $employee->transport_allowance + $employee->other_allowance }} |