Allowance Report
{{-- --}}
Sl # |
Name |
Total Allowance Amount |
Total Bonus Amount |
Total Commission Amount |
View |
{{-- Total Allowance | --}}
{{-- Branch |
Department |
Status | --}}
{{-- Date of birth |
Email |
Phone |
Salary type |
Pay period |
Attendance(Days) |
Leaves(Days) |
Projects |
Employment start date |
Employment end date | --}}
@foreach ($employees as $employee)
{{ $loop->iteration }} |
@isset($employee->first_name)
{{ $employee->first_name }}
@endisset |
{{ $employee->total_allowance() }}
|
{{ $employee->total_bonus($employee->id) }}
|
{{ $employee->total_commission() }}
|
|
@endforeach