Employee Directory
@php $fmt = fn ($n) => 'MWK '.number_format((float) $n, 2, '.', ','); @endphp| Total Employees | {{ $stats['total_employees'] ?? 0 }} |
|---|---|
| Monthly Payroll | {{ $fmt($stats['monthly_payroll'] ?? 0) }} |
| Attendance Rate | {{ number_format((float) ($stats['attendance_rate'] ?? 0), 1) }}% |
| On Leave | {{ $stats['on_leave'] ?? 0 }} |
| Name | Role | Department | Project | Type | Salary | Status | Phone | |
|---|---|---|---|---|---|---|---|---|
| {{ $e->name }} | {{ $e->job_title }} | {{ $e->department }} | {{ $e->project?->name ?? '—' }} | {{ $e->employment_type }} | {{ $fmt($e->basic_salary) }} | {{ $e->status }} | {{ $e->phone }} | {{ $e->email }} |
| No employees in this export. | ||||||||