Admin Workflow - Fix Reported Issues - Update UI to show more information for admin to look into issues reported

This commit is contained in:
Dillon Ngo
2025-02-17 20:47:47 +08:00
parent 1aad662458
commit 3ef5bbb0f3
7 changed files with 57 additions and 22 deletions
@@ -44,6 +44,7 @@ class QuestionsAnswersResource extends JsonResource
'source_email' => $user ? $user->email : $source->email,
'time' => $this->time_used_seconds,
'created_at' => Carbon::parse($this->created_at)->format('d-m-Y'),
'created_at_with_time' => Carbon::parse($this->created_at)->format('d-m-Y h:i:s A'),
];
}
}