Employee Id | Name | Salary | Home Allowance | TA/DA Allowance | Other Allowance | Bonous | Total Salary | ||
---|---|---|---|---|---|---|---|---|---|
{{ $salarySheet->employee_id }} | {{ $salarySheet->employee->name }} | {{ $salarySheet->employee->email }} | {{ $salarySheet->salary }} | {{ $salarySheet->home_allowance }} | {{ $salarySheet->transport_allowance }} | {{ $salarySheet->other_allowance }} | {{ $salarySheet->bonous }} | {{ $salarySheet->net_salary }} | @php $totalSalary += $salarySheet->net_salary; @endphp|
Total : | {{ $totalSalary }} |