This commit is contained in:
Server D3 Linksehat
2025-08-19 09:39:37 +07:00
parent 60f5f38ffe
commit 9634b12f11
11 changed files with 162 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ class RequestLogResource extends JsonResource
'submission_date' => $this->created_at, // submsion_date diambil dari kolom created_at
'admission_date' => $this->submission_date, // admission_date diambil dari kolom submission
'submission_date_fgl' => $this->approved_final_log_at,
'member_name' => $this->member->name,
'member_name' => $this->member->name ?? '-',
'status' => $this->status ?? 'unknown',
'provider' => $provider ? $provider->name : '-',
'status_final_log' => $this->status_final_log ?? 'unknown',