*/ public function toArray(Request $request): array { return [ 'check_status' => $this->check_status, 'checked_at' => $this->checked_at?->getTimestamp(), 'check_remarks' => (string) $this->check_remarks, ]; } }