@extends('layouts.app') @section('title', $employee->name) @section('content')
{{ $employee->position?->title ?? $employee->role }} · {{ $employee->departmentRecord?->name ?? $employee->department }}
Personal, organization, and payroll information
Entitlement ledger for {{ now()->year }}
Effective-dated compensation ledger
| Effective | Reason | Frequency | Amount |
|---|---|---|---|
| {{ $salary->effective_from->format('d M Y') }}@if($salary->effective_to) to {{ $salary->effective_to->format('d M Y') }}@endif | {{ $salary->reason }} | {{ $salary->frequency }} | {{ $salary->currency }} {{ number_format($salary->amount,2) }} |
Contracts, IDs, certificates, and HR records
No archived documents.
@endforelseChronological employment, compensation, document, and organizational events
{{ $history->description }}
{{ $history->occurred_at->format('d M Y, H:i') }}