{{__('file.Employee ID')}} | {{__('file.Employee Name')}} | {{__('file.Department')}} | {{__('file.Shift')}} | {{__('file.Total Working Days')}} | {{__('file.Total Holidays')}} | {{__('file.Total Attended Days')}} | {{__('file.Total Paid Leaves')}} | {{__('file.Total Un-Paid Leaves')}} | {{__('file.Total Working Hours')}} | {{__('file.Total Attended Hours')}} | {{__('file.Current Salary')}} | {{__('file.Increment')}} | {{__('file.Gross Salary')}} | {{__('file.Net Salary')}} |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $emp->employee_id }} | {{ $emp->name }} | {{ $emp->department->name }} | {{ $emp->salary->shift->name }} | @php $salaryPerHour = $emp->salary->net_salary / $monthlyWorkingHours; $netSalary = $thisEmployeeAttendance->attended_hours * $salaryPerHour; @endphp |