add fitur edit hak kamar, penempatan dan submission date

This commit is contained in:
2024-01-23 11:05:08 +07:00
parent 4e0e801e95
commit 286ccf64e3
9 changed files with 340 additions and 11 deletions

View File

@@ -113,6 +113,7 @@ class RequestLogShowResource extends JsonResource
'hak_kamar_pasien' => $requestLog['hak_kamar_pasien'],
'penempatan_kamar' => $requestLog['penempatan_kamar'],
'catatan' => $requestLog['catatan'],
'reason' => $requestLog['reason'],
];