@extends('layouts.app') @section('title', 'Daftar Pegawai') @section('subtitle', 'Kelola data pegawai dan monitoring pensiun') @section('breadcrumb')
| Pegawai | Departemen | Jabatan | Status | Tanggal Pensiun | Aksi |
|---|---|---|---|---|---|
|
{{ substr($employee->name, 0, 2) }}
{{ $employee->name }} {{ $employee->nip }} • {{ $employee->email }} |
{{ $employee->department->name }} |
{{ $employee->position }} {{ str_replace('_', ' ', $employee->employment_status) }} |
{{ $statusStyle['label'] }} |
@if($employee->retirement_date)
{{ $employee->retirement_date->format('d M Y') }}
@if($timeLabel)
{{ $timeLabel }} @endif @else - @endif |
|
|
Tidak ada data pegawai Coba ubah filter pencarian atau tambah pegawai baru Tambah Pegawai |
|||||