Employee Increment Report
Millennium Computers and Networking
Increment Report
For the period of {{$selectedMonth}}, {{$selectedYear}}
@php
$count = 1;
@endphp
{{-- {!! $hrm_increments->links() !!} --}}
| Sl | Employee | Increment Type | Previous Gross | Percentage | Amount | Current Gross | Effective Month | Entry Date | Approve Date |
|---|---|---|---|---|---|---|---|---|---|
| {{ $count++ }} | {{ $hrm_increment->emp_name }} | {{ $hrm_increment->name }} | {{ number_format($hrm_increment->previous_gross, 2) }} | {{ $hrm_increment->increment_percent }} | {{ number_format($hrm_increment->increment_amount, 2) }} | {{ number_format($hrm_increment->current_gross, 2) }} | {{ $hrm_increment->month }}, {{$hrm_increment->year }} | {{ date('d-m-Y', strtotime($hrm_increment->entry_date)) }} | {{ date('d-m-Y', strtotime($hrm_increment->approve_date)) }} |
| Total | {{ number_format($tprevious_gross, 2) }} | {{ number_format($tincrement_amount, 2) }} | {{ number_format($tcurrent_gross, 2) }} | ||||||