{{ store_info()->address_eng ?? null }}
Email:
{{ store_info()->email ?? null }}
| Basic Salary |
{{number_format($salary->basic_salary)}}
|
| {{$generated_allowance->allowance_info->name ?? null}} | @php $allowance_amount = $generated_allowance->allowance_amount >0 ? $generated_allowance->allowance_amount : 0; $total_earnings += $allowance_amount; @endphp{{abs($allowance_amount)}} |
| Gross Earnings | ৳ {{ number_format($total_earnings)}} |
| {{$generated_other_deduct_allowance->allowance_info->name ?? null}} | @php $other_allowance_amount = $generated_other_deduct_allowance->allowance_amount >0 ? $generated_allowance->allowance_amount : 0; $total_deduction += $other_allowance_amount; @endphp{{abs($other_allowance_amount)}} |
| Advance |
{{number_format($salary->advance_amount)}}
|
| Loan |
{{number_format($salary->loan_amount)}}
|
| Absence |
{{number_format($absent_amount)}}
|
| Late Deduction |
{{number_format($salary->late_amount)}}
|
| Other Deductions |
{{number_format($salary->add_deduct_amount)}}
|
| Total Deductions | ৳ {{number_format($total_deduction)}} |