Manajemen Pengguna
| Nama Lengkap | Role | Kantor | Tgl Dibuat | Aksi |
|---|
query("SELECT id, nama_kantor FROM kantor ORDER BY nama_kantor"); $offices = $stmt_offices->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { // Handle error, maybe log it and show a generic message $offices = []; } ?>
| Nama Lengkap | Role | Kantor | Tgl Dibuat | Aksi |
|---|