@extends('garage.layouts.app') @section('title', 'Increments') @section('content') @include('garage.hr.styles')
| Employee | Effective | Old | New | Notes | Actions |
|---|---|---|---|---|---|
|
@if(!empty($r->employee_ledger_id))
{{ $r->employee_name }}
@else
{{ $r->employee_name }}
@endif
{{ $r->employee_code ?: '—' }}
|
{{ $r->effective_date }} | {{ number_format((float)$r->old_salary_amount, 2) }} | {{ number_format((float)$r->new_salary_amount, 2) }} | {{ $r->notes ?: '—' }} | |
| No increments found. | |||||